Skip to main content
GET
/
api
/
v1
/
agent
/
stats-summary
Get Agent Status Summary
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
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Response

Successful Response

total_agents
integer
required
status_summary
AgentStatusSummary · object
required