Skip to content

List Sequencer Voice Agents

GET
/sequencer/agents/voice

Voice agents that can run a call step.

Raises the app’s own error when the org has no voice subscription, rather than returning an empty list that would read as “no agents configured”.

Authorizations

Parameters

Query Parameters

agent_name
Any of:
string

Filter by agent name.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string