cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/agents \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "ID": "<string>", "title": "<string>", "description": "<string>", "theme": "<string>", "lastModified": 123, "agentPlatform": "<string>" } ] }
Gets all agents, this route must use the new V3 endpoints.
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
Indicates if the request was successful
Response message
Array of agent objects
Show child attributes