Get call history
Retrieve paginated call logs with optional filtering.Query parameters
| Parameter | Type | Description |
|---|---|---|
limit | number | Records per page (1-200, default: 20) |
offset | number | Records to skip |
direction | string | Filter: inbound, outbound, or internal |
disposition | string | Filter: ANSWERED, NO ANSWER, FAILED, BUSY |
from | string | Filter by caller number |
to | string | Filter by destination number |
date_from | string | Start date (ISO format) |
date_to | string | End date (ISO format) |
search | string | Search across all fields |
Example
Response
Get live calls
Retrieve currently active calls.Example
Response
Get call count
Get call statistics
Get call recording
Download a call’s audio recording.calls.recording permission. Returns the audio file directly.

