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
Batch download generation started successfully
The response is of type object.
object