cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Gets all agents, this route must use the new V3 endpoints.
Documentation IndexFetch the complete documentation index at: https://docs.convocore.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /agents/{id}
SECRET_API_KEY
nodes
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response