cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/agents/{agentId}/kb/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "charCount": 123, "docsCount": 123 } }
(Convocore agents only) Returns agent’s knowledge base stats, if your agent is built with VF use Voiceflow’s API instead. This route must use the new V3 endpoints.
PENDING
ERROR
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes