Skip to main content
GET
列出批量评分任务

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

查询参数

from
string<date>
必填

起始日期(YYYY-MM-DD,组织时区,包含)。

to
string<date>
必填

结束日期(YYYY-MM-DD,组织时区,包含)。

status
enum<string>

按批次状态筛选。

可用选项:
pending,
processing,
completed,
completed_with_errors,
failed
page
integer
默认值:1
page_size
integer
默认值:50
必填范围: x <= 200

响应

分页的批次列表。

最后修改于 2026年8月22日