Skip to main content
GET
/
api
/
v1
/
call_traces
/
aggregate
Aggregate trace stats (super_admin)
curl --request GET \
  --url https://api.callaro.ai/api/v1/call_traces/aggregate \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

from
string

ISO8601 datetime or epoch seconds/millis.

to
string

ISO8601 datetime or epoch seconds/millis.

Response

Aggregation

data
object
message
string | null
meta
object
request_id
string | null