Skip to main content
GET
/
v1
/
voice
/
calls
/
stats
Get Call Stats
curl --request GET \
  --url https://api.selcor.ai/v1/voice/calls/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "since": "<string>",
    "total": 123,
    "avg_duration_seconds": 123,
    "by_status": {},
    "by_category": {},
    "by_sentiment": {}
  },
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

API key in format: sk_live_...

Query Parameters

location_id
string
required
Example:

"clxyz123"

since
string
Example:

"2025-01-01T00:00:00Z"

Response

200 - application/json

Call statistics

data
object
required
request_id
string
required