cURL
curl --request GET \ --url https://dev.voice.ai/api/v1/agent/stats-summary \ --header 'Authorization: Bearer <token>'
{ "total_agents": 123, "status_summary": { "deployed": 0, "paused": 0, "disabled": 0 } }
Retrieve current agent statuses.
Documentation IndexFetch the complete documentation index at: https://voice.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://voice.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response
Show child attributes