跳转到主要内容
GET /api/v1/forward/batches/{batch_id}/output 返回 output.jsonl 的 OSS 预签名下载链接。Batch 必须处于终态,否则返回 400 batch_not_ready

请求头

路径参数

示例请求

示例响应

HTTP 200 OK

响应字段

错误码

注意事项

  • 输出文件保留期为 30 天,超期后返回 410 file_expired
  • 下载文件名为 batch-<batch_id>-output.jsonl
  • 失败行结果在 error.jsonl 中,通过 Batch 详情的 error_file_id 获取。

相关

查询 Batch 详情

列出 Batches