Skip to main content
PATCH
Acknowledge voice orchestrator task

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

Acknowledged 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
parent_task_id
string

Present when this task was created by follow_up_task to continue an earlier delegated task.

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>
pending_action
object

Present on retrieve responses when the delegated agent halted on an approval-required action that is still awaiting user review. Omitted from list responses and once the action has been submitted.