cURL
curl --request GET \ --url https://api.example.com/api/agents \ --header 'X-API-Key: <x-api-key>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "success": true, "data": [ { "agent_id": "agent_a1b2c3d4e5f6", "agent_name": "Sales Rep", "language": "EN", "stt_provider": "deepgram", "tts_provider": "elevenlabs", "llm_provider": "openai", "llm_model": "gpt-4o", "recording_enabled": true, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-20T14:45:00Z" } ], "pagination": { "next_cursor": "eyJpZCI6ImFnZW50X3h5ejEyMyIsInBhZ2UiOjJ9", "has_more": true, "page_size": 50, "total_count": 127 } }
agents:read
Show properties