Calls
List Calls
List all calls with filtering and pagination
POST
Retrieve a paginated list of calls for your account. Supports filtering by date range, status, direction, and agent.
Request Body
integer
default:50
Maximum number of calls to return. Max: 100.
integer
default:0
Number of calls to skip for pagination.
string
Filter by call direction:
inbound or outbound.string
Filter by call status:
completed, busy, no-answer, failed, canceled.string
Filter by specific agent UUID.
string
Filter calls after this ISO 8601 date.
string
Filter calls before this ISO 8601 date.
string
Filter by phone number (either from or to).
Response
array
Array of call objects.
integer
Total number of calls matching the filters.
boolean
Whether there are more calls to paginate through.