Skip to main content
GET
Get Call Detail Records

Get Call Detail Records (CDR)

Retrieve telephony call detail records (CDR) for your organization - only SIP-based telephony calls, not voice agent calls.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.

Headers

You can get the Org-Handle by hitting the Get All Organizations API. The domain_handle field in the response is your Org-Handle.

Query Parameters

Response Fields

CDR Object Fields

This CDR surface returns telephony SIP records only - it intentionally omits agent / space / organization attribution (voice-agent call logs live elsewhere).

Common Error Codes

Code Examples

Best Practices

  1. Pagination: Use page and page_size for large datasets to avoid timeouts
  2. Call Status Filtering: Filter by call_status to focus on specific outcomes
  3. Org-Handle: Ensure the correct organization handle is included
  4. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Query Parameters

page
integer
Example:

1

page_size
integer
Example:

20

call_type
enum<string>
Available options:
inbound,
outbound
Example:

"outbound"

call_status
enum<string>
Available options:
completed,
notConnected,
failed
Example:

"completed"

Response

List of telephony CDRs