← Back to API index
GET /batch/download

Download batch ZIP archive

Options

Options are grouped for easier scanning, similar to parameter-focused docs.

App

id

query integer Required

Batch ID

Responses

200

Batch ZIP file

No JSON example provided in OpenAPI.

404

Batch results not found

{
  "success": false,
  "error": "Batch not found",
  "code": "NOT_FOUND"
}
500

Server error

{
  "success": false,
  "error": "Internal server error",
  "code": "INTERNAL_ERROR"
}