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.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
Successful Response
Show child attributes