GET
/
v1
/
voice
/
calls
/
pivot-stats
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/voice/calls/pivot-stats \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>",
  "metadata": {
    "group_by": [
      "<any>"
    ],
    "metrics": [
      "<any>"
    ],
    "start_date": "<string>",
    "end_date": "<string>"
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string
end_date
string
ai_filter_query
string
Maximum length: 1000
group_by
enum<string>[]
metrics
enum<string>[]

Response

200
application/json

The response is of type object.