Retrieves the current call queue for your organization with filtering options. Shows scheduled and pending calls that have not yet been completed. Unlike the general call list endpoint, this focuses on active queue items.
Number of items to skip
0 <= x <= 2147483647Number of items to return
1 <= x <= 1000Filter start date
Filter end date
Filter by agent
Filter by status array
Current status of a call in its lifecycle. Tracks the call's progress from creation through completion or failure.
Unknown, Created, Pending, Queued, Completed, Failed, Canceled, Running Returns the call queue successfully
Paginated list of calls with metadata. Contains a page of call records and the total count across all pages, allowing you to navigate through large call histories.
Calls in the current page. Each call includes configuration, status, scheduling information, and identifiers for tracking.
Total number of calls matching the query across all pages. Use this to calculate pagination (e.g., total pages, remaining items) and display overall call volume.