Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.nixflex.com/v1/agents
GET /v1/agents
curl https://api.nixflex.com/v1/agents \ -H "Authorization: Bearer KEY_ID:KEY_SECRET"
limit
offset
is_active
200 OK
{ "agents": [ { "agent_id": "agent_125207e452f8714a", "name": "Acme Dental Receptionist", "language": "en", "voice_id": "Dennis", "is_active": true, "created_at": "2026-05-17T03:45:12Z" } ], "count": 1, "limit": 25, "offset": 0 }
created_at
{ "agents": [], "count": 0 }