cURL
curl --request GET \ --url https://api.zavu.dev/v1/senders/{senderId}/agent/knowledge-bases/{kbId} \ --header 'Authorization: Bearer <token>'
{ "knowledgeBase": { "id": "<string>", "agentId": "<string>", "name": "<string>", "documentCount": 123, "totalChunks": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>" } }
Get a specific knowledge base.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Knowledge base details.
Show child attributes