Returns a paginated list of all calls belonging to the authenticated user. Use filters to narrow results by status, type, date range, assistant, or campaign.Documentation Index
Fetch the complete documentation index at: https://docs.intellixent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET /user/calls
Query parameters
Filter by call status. Possible values:
initiated, ringing, busy, in-progress, ended, completed, ended_by_customer, ended_by_assistant, no-answer, failed.Filter by call type:
inbound, outbound, or web.Filter by client phone number.
Filter by assistant ID.
Filter by campaign ID.
Filter calls from this date. Format:
YYYY-MM-DD.Filter calls up to this date. Format:
YYYY-MM-DD.Number of calls per page. Range: 1–100. Default:
15.Page number. Default:
1.Response
Array of call objects.
Current page number.
Number of items per page.
Total number of calls matching the filters.
Last page number.
Example
200 Response