cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/kb \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ {} ], "total": 123, "totalPages": 123, "currentPage": 123 }
Retrieves all the KB docs for an agent, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object