Get Call Detail Records
Calls
Call Detail Records (CDR)
Fetch telephony call detail records with filtering and pagination
GET
Get Call Detail Records
Fetch telephony call detail records (CDR) for your organization - inbound and
outbound SIP calls with status, timing, duration, and end reason.
Prerequisites: API Token + Org-Handle. See Authentication.
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Token <your-api-key> |
| Org-Handle | string | Yes | Organization domain handle |
Query parameters
| Name | Type | Description |
|---|---|---|
| page | integer | Page number (default 1) |
| page_size | integer | Rows per page (default 20) |
| call_type | string | inbound or outbound |
| call_status | string | completed, notConnected, or failed |
cURL
Authorizations
Format: Token
Headers
Organization domain handle
Example:
"unpod.tv"
Query Parameters
Example:
1
Example:
20
Available options:
inbound, outbound Example:
"outbound"
Available options:
completed, notConnected, failed Example:
"completed"
Response
List of telephony CDRs