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.

Path Parameters

task_id
string
required

Response

Voice orchestrator task

task_id
string
required
status
enum<string>
required

cancelled is reserved for terminal task records produced by future cancellation flows; this API does not currently expose a cancel operation.

Available options:
queued,
running,
completed,
failed,
cancelled
task
string
required
expires_at
string<date-time>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
conversation_id
string
agent_id
string
result
string

Present on retrieve responses when a user-owned task has a result. Omitted from list responses.

error_message
string
acknowledged_at
string<date-time>
completed_at
string<date-time>