Query the status and result of any async task
taskId. Use this endpoint to poll the task until it reaches a terminal status (success, failed, or timeout).| Status | Description |
|---|---|
ready | Task is queued, waiting to be processed |
running | Task is currently being processed |
stream | Task is streaming partial results |
success | Task completed successfully — check data for results |
failed | Task failed — check failReason and failCode |
timeout | Task timed out |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Task ID
"1212"
The task status information
Task id.
"task_1731a9b2f4"
task status
queued, ready, running, stream, awaiting, success, failed, timeout Task created time (UTC).
"2025-08-18T02:30:00.000Z"
Failure reason when status=FAILED.
"Audio source not found."
Failure code when status=FAILED.
4001
Data associated with the task.
Task finished time (UTC).
"2025-08-18T02:35:00.000Z"