Calls

Get queue statistics

GET
/api/v1/calls/stats

Authorization

tenant-api-key
x-api-key<token>

Tenant API key (backend only — never expose to a browser)

In: header

Query Parameters

queueName?string

Filter stats by queue name

Response Body

application/json

curl -X GET "https://example.com/api/v1/calls/stats"
{  "queued": 0,  "ringing": 0,  "connected": 0,  "avgWaitSeconds": 0,  "totalToday": 0}