GET
List calls
This endpoint allows you to list all calls belonging to the authenticated user with various filtering options.

Query Parameters

status
string
Filter calls by status. Possible values: initiated, ringing, busy, in-progress, ended, completed, ended_by_customer, ended_by_assistant, no-answer, failed
type
string
Filter calls by type. Possible values: inbound, outbound, web
phone_number
string
Filter calls by client phone number
assistant_id
integer
Filter calls by assistant ID
campaign_id
integer
Filter calls by campaign ID
date_from
string
Filter calls from this date (YYYY-MM-DD format)
date_to
string
Filter calls until this date (YYYY-MM-DD format)
per_page
integer
Number of calls per page (1-100, default: 15)
page
integer
Page number (default: 1)

Response fields

data
array
current_page
integer
The current page number
per_page
integer
Number of items per page
total
integer
Total number of calls matching the criteria
last_page
integer
The last page number