查询任务状态和结果
taskId。使用此端点轮询,直到任务达到终态(completed、failed 或 timeout)。| 状态 | 描述 |
|---|---|
pending | 任务排队中 |
ready | 任务准备就绪,等待处理 |
assigned | 任务已分配给工作节点 |
processing | 任务处理中 |
completed | 任务完成 — 查看 result 获取数据 |
failed | 任务失败 — 查看 errorMessage |
cancelled | 任务已取消 |
timeout | 任务超时 |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
任务ID
任务状态