List voice orchestrator tasks
List delegated voice tasks for the authenticated user. By default this
returns active, non-expired queued or running tasks plus unacknowledged
terminal tasks and omits task result content from list views.
Pass an explicit status filter to request a specific task state.
A cancelled status is reserved for terminal task records produced by
future cancellation flows; the current voice task inbox does not add a
user-facing cancel endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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.
1 <= x <= 25Response
Voice orchestrator tasks
list Always false for the bounded voice task inbox.
The first task ID in this bounded list response, or null when the list is empty.
The last task ID in this bounded list response, or null when the list is empty.