cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/knowledge-base/ \ --header 'Authorization: Bearer <token>'
{ "items": [ { "kb_id": 123, "document_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "message": "<string>" } ], "pagination": { "current_page": 123, "total_pages": 123, "total_items": 123, "limit": 123, "has_next": true, "has_previous": true } }
Retrieve knowledge base details.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Page number (1-based)
x >= 1
Items per page
1 <= x <= 100
Successful Response
Show child attributes