Query task status and results
taskId. Use this endpoint to poll until the task reaches a terminal status (completed, failed, or timeout).| Status | Description |
|---|---|
pending | Task is queued |
ready | Task is ready to be processed |
assigned | Task has been assigned to a worker |
processing | Task is being processed |
completed | Task completed — check result for data |
failed | Task failed — check errorMessage |
cancelled | Task was cancelled |
timeout | Task timed out |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
任务ID (eleven-xxxxxxxx-...)
任务状态
任务 ID
任务状态
pending, ready, assigned, processing, completed, failed, cancelled, timeout 任务结果(直接透传协议层返回,类型根据任务类型不同而变化)
错误信息
错误代码
完成时间
创建时间
追踪 ID