cURL
curl --request POST \ --url https://api.kaizenautomation.com/workflows/executeBatch \ --header 'Content-Type: application/json' \ --data ' { "name": "Monthly Report Generation", "executions": [ { "params": { "origin": "New York", "destination": "Los Angeles" }, "workflowId": "<string>", "workflowName": "<string>", "loginId": "<string>", "name": "User batch execution", "timeout": 10800, "useProxy": false, "startBlockId": "1", "isTest": false } ] } '
{ "batchId": "batch_123", "executionIds": [ "<string>" ], "message": "Batch execution started successfully" }
Creates a batch execution with multiple workflow executions
Documentation IndexFetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kaizenautomation.com/llms.txt
Use this file to discover all available pages before exploring further.
Name for the execution batch
"Monthly Report Generation"
Array of workflow execution parameters. Each execution must specify its own workflowId.
Show child attributes
Batch execution started successfully
ID of the created execution batch
"batch_123"
Array of created execution IDs
Success message
"Batch execution started successfully"