Skip to main content
GET
Get call queue

Query Parameters

skip
integer<int32>
default:0

Number of items to skip

Required range: 0 <= x <= 2147483647
take
integer<int32>
default:20

Number of items to return

Required range: 1 <= x <= 1000
fromDate
string<date-time>

Filter start date

toDate
string<date-time>

Filter end date

agentId
string

Filter by agent

status
enum<string>[]

Filter by status array

Current status of a call in its lifecycle. Tracks the call's progress from creation through completion or failure.

Available options:
Unknown,
Created,
Pending,
Queued,
Completed,
Failed,
Canceled,
Running

Response

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
object[]
required

Calls in the current page. Each call includes configuration, status, scheduling information, and identifiers for tracking.

total
integer<int32>
required

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.