Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

conversation_id
string
status
string[]

Status filter. Repeat the parameter for multiple statuses (?status=queued&status=running); comma-separated values are also accepted. Supported values: queued, running, completed, failed, cancelled.

limit
integer
Required range: 1 <= x <= 25

Response

Voice orchestrator tasks

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required

Always false for the bounded voice task inbox.

first_id
string | null
required

The first task ID in this bounded list response, or null when the list is empty.

last_id
string | null
required

The last task ID in this bounded list response, or null when the list is empty.