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 OKResponse 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 viaerror_file_idfrom the batch detail.