查询任务状态
Producer
Get Task Status
Query task status and results
GET
查询任务状态
All async endpoints (audios, upload, stems, download, download-video) return a
taskId. Use this endpoint to poll until the task reaches a terminal status (completed, failed, or timeout).Task Status Values
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
任务ID
Response
200 - application/json
任务状态
任务 ID
任务状态
Available options:
pending, ready, assigned, processing, completed, failed, cancelled, timeout 任务结果(直接透传协议层返回,类型根据任务类型不同而变化)
错误信息
错误代码
完成时间
创建时间
追踪 ID