cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/batches/generateDownload \ --header 'Content-Type: application/json' \ --data '{ "batchId": "batch_123" }'
{ "success": true, "message": "Batch download generation started" }
Generates a zip download for all files in an execution batch
ID of the execution batch to generate download for
"batch_123"
Batch download generation started successfully
Whether the download generation was started successfully
true
Status message
"Batch download generation started"