List all agents
Endpoint
Section titled “Endpoint”GET /v1/agents
Authentication
Section titled “Authentication”Requires Bearer token authentication.
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/agents" \ -H "Authorization: Bearer YOUR_API_KEY"Response
Section titled “Response”{ "data": [ { "type": "agents", "id": "string", "attributes": null, "relationships": null } ], "included": [ "string" ], "links": null, "meta": null}