Calls
List Calls
List all calls with filtering and pagination
GET
Request
Retrieve a paginated list of calls for your account with optional filtering.Headers
Bearer token for authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
Number of calls to return (1-100)
Pagination cursor from a previous response
Filter by status:
queued, ringing, in_progress, completed, failed, no_answer, busyFilter by agent ID
Filter by destination phone number
Filter calls created after this ISO 8601 date
Filter calls created before this ISO 8601 date
Sort order:
asc or desc (by created_at)Response
Array of call objects
Whether there are more results available
Cursor to use for fetching the next page
Total number of calls matching the filter
Pagination
Use cursor-based pagination for efficient traversal of large result sets:Error Codes
| Code | Description |
|---|---|
invalid_cursor | The pagination cursor is invalid or expired |
invalid_date_format | Date parameters must be ISO 8601 format |