cURL
curl --request GET \ --url https://eu-cloudflare.vg-stuff.com/agents/{agentId}/kb/{docId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Returns the specified document from the agent’s VF/Convocore Knowledge Base, this route must use the new V3 endpoints.
chunks
chunkID
content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response