Retrieve a CDR
Returns the call detail record for the call identified by call_id.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The unique ID of the call.
"aa566501-c591-4a8b-b3b9-cc1295398b72"
Query Parameters
When true, includes the call transcription in the response.
true
Response
Returns the CDR.
Call date and time in ISO 8601 format.
"2023-08-21T06:43:36.000Z"
Caller ID (ANI).
"14302287001"
Dialed number (DNIS).
"33170363950"
Final disposition of the call. One of answered (the called party answered), noanswer (no answer within the ring timeout), busy (the called party was busy), failed (the call could not be routed), or all (matches any disposition when used as a filter).
answered, noanswer, busy, failed, all Call duration in seconds.
6
Destination of the call. For outbound calls, contains the country name and, optionally, a mobile carrier or city name. For inbound calls, includes the SIP trunk name, SIP URI, or PSTN number the call is forwarded to.
"France"
Price per minute in USD.
"0.027"
Total charge for the call in USD.
"0.162"
Call ID. Deprecated — use call_id instead.
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Call ID. Alias of uuid.
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
URL of the recorded call file. Call recording can be enabled on a SIP trunk for outbound calls and on a phone number for inbound calls.
"https://api.wavix.com/v1/recordings/recording_id"
System-generated SIP trunk login. For outbound calls only.
"32882"
PSTN forwarding price in USD. For inbound calls only when forwarded to PSTN.
"0.0"
Parent call ID. Deprecated — use parent_call_id instead.
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Parent call ID. Alias of parent_uuid.
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Who answered the call. Possible values are human, machine.
"human"