cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/batches/get \ --header 'Content-Type: application/json' \ --data ' { "batchId": "<string>" } '
{ "name": "<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
External ID of the batch to get
Batch statistics retrieved successfully
Batch response
Name of the execution batch
Show child attributes
Total number of executions in the batch
Number of completed executions
Number of failed executions
Number of in-progress executions (Enqueued + InProgress + Paused)
Number of execution downloads created in this batch
Number of execution downloads completed in this batch (completed or failed)
Batch download information, null if no batch download exists
Status of the batch download
"Pending"