id
query integer Required Batch ID
/batch/download Download batch ZIP archive
Options are grouped for easier scanning, similar to parameter-focused docs.
idinteger Required Batch ID
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"
}