Skip to content
Go To Dashboard

List all agents

GET /v1/agents

Requires Bearer token authentication.

Terminal window
curl -X GET "https://api.sapiom.ai/v1/agents" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"data": [
{
"type": "agents",
"id": "string",
"attributes": null,
"relationships": null
}
],
"included": [
"string"
],
"links": null,
"meta": null
}