cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/batches/get \ --header 'Content-Type: application/json' \ --data '{ "batchId": "<string>" }'
{ "statistics": { "total": 123, "completed": 123, "failed": 123, "inProgress": 123, "executionDownloadsCreated": 123, "executionDownloadsFinished": 123 }, "batchDownload": { "status": "<string>" } }
Retrieves statistics for a specific execution batch including total, completed, failed, and in-progress counts
Request to get a specific batch
Batch statistics retrieved successfully
Batch response