Authorizations
An API key to authorize your request
Query Parameters
Start date of your search time range, in yyyy-mm-dd
format
"2023-01-01T00:00:00.000Z"
End date of your search time range, in yyyy-mm-dd
format.
"2023-09-01T00:00:00.000Z"
Use placed
to get CDRs for outbound calls or received
for inbound calls.
"received"
Filter calls by disposition. In case the parameter is not specified, only answered calls are returned. To get all calls regardless their disposition pass all
as the parameter value
Call disposition
answered
, noanswer
, busy
, failed
, all
Filter results by the originating phone number. The parameter can be either full phone number or a part of it.
"13524815863"
Filter results by destination phone number. The parameter can be either full phone number or a part of it.
"12565378257"
Filter results by the unique SIP trunk login used to place an outbound call. For inbound calls, this parameter is ignored.
"12321"
Filter results by Call ID
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Requested page
1
Number of records per page
25
Response
Streaming NDJSON response with CDR records.
NDJSON stream of CDR records, one JSON object per line