List call records
Returns all CDRs for your account. Supports filtering by phone numbers, date range, call direction, duration, and pagination.
Path parameters
Your account Auth ID
Query parameters
Filter by the originating phone number (caller).
Filter by the destination phone number (callee).
Beginning of the search period (YYYY-MM-DD). Required when using end_date.
End of the search period (YYYY-MM-DD). Required when using start_date.
Filter by direction.
Minimum call duration in seconds. Excludes calls shorter than this value.
Filter by the SIP Call-ID of the call (matches the cdr's sip_call_id field).
Filter by the UUID of the bridged leg (matches the cdr's bridge_uuid field).
Filter by telephony hangup cause, e.g. NORMAL_CLEARING.
Filter by how the leg was released, e.g. send_refuse.
Filter by the call context, e.g. sip-trunking.
Filter by the campaign identifier associated with the call.
Free-text search across CDR fields (numbers, IDs, etc.).
Page number for paginated results.
Number of records per page. Max: 100.
Response
Paginated list of CDRs
Changes
No recorded changes to this endpoint across all 1 revision of this API.