POST
/
executions
/
batches
/
generateDownload
Generate batch download
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"
}

Body

application/json

Response

200
application/json

Batch download generation started successfully

The response is of type object.