Skip to main content
GET /api/v1/forward/batches/{batch_id}/output Returns an OSS pre-signed download URL for output.jsonl. The batch must be in a terminal state; otherwise the endpoint returns 400 batch_not_ready.

Headers

Path parameters

Example request

Example response

HTTP 200 OK

Response fields

Error codes

Notes

  • Output files are retained for 30 days. After retention, the endpoint returns 410 file_expired.
  • The download filename is batch-<batch_id>-output.jsonl.
  • Failed-line results are in error.jsonl. Retrieve it via error_file_id from the batch detail.

Get a batch

List batches