Skip to main content
GET
Get task status and paginated results

获取任务状态和结果

通过task_id查询任务。当任务状态为 succeeded 时,响应自动包含标准化结果的第一页。在同一端点上使用 cursorlimit 来读取其他结果页。

端点

使用results下返回的next_cursor来读取下一页:

响应

响应字段

分页

当任务是 queuedrunningfailed 时,此端点返回不带 results 的任务元数据。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

task_id
string
必填

查询参数

cursor
string
limit
integer
默认值:50

响应

200

Task detail