List CDRs
Returns a paginated list of call detail records for the authenticated account, within the requested date range.
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Query Parameters
Start of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-01-01"
End of the date range to query, in YYYY-MM-DD format. Inclusive.
"2023-09-01"
Filters CDRs by call direction. One of placed (outbound calls dialed by the account) or received (inbound calls answered by the account).
"received"
Filters CDRs by call disposition. One of answered (the called party answered), busy (the called party was busy), rejected (the call was declined), failed (the call could not be routed), or all (no disposition filter).
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 Filters CDRs by originating phone number. Accepts a full or partial number.
"13524815863"
Filters CDRs by destination phone number. Accepts a full or partial number.
"12565378257"
Filters outbound CDRs by SIP trunk login. Ignored for inbound calls.
"12321"
Filters CDRs by the unique call ID.
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Page number to retrieve. Default 1.
1
Number of records to return per page. Default 25.
25