Skip to main content
GET
List queued outbound calls (optionally filtered by agent/team/paused)

Authorizations

x-api-key
string
header
required

Query Parameters

agent_id
string<uuid> | null

Filter to a single bound agent.

team_id
string<uuid> | null

Filter to a single bound team.

paused
boolean | null

True → only paused calls; False → only actively-queued calls.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

items
QueuedCall · object[]
required
has_more
boolean
required
next_cursor
string | null