Get all CDRs

Retrieve the detailed call records that power the Call Analytics report.

When to use. Pull the individual call rows behind Call Analytics for reporting, audits, or reconciliation against your own systems. For per-period aggregates (totals, ACD, ASR) rather than individual rows, use POST /cdrs/cdrs-aggregate.

Filtering and shape. Filter, order, limit and select fields by any response field. See Core API Concepts. Use fields with a semicolon-separated list to limit the returned columns. Common filters include caller_user_id, start_at and end_at, dst and dst_country. The response is wrapped as { "cdrs": [ ... ] }, and is an empty array when nothing matches.

Example. GET /api/cdrs/start_at/2020-09-01 00:00:00/limit/50;0

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json