cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/batches/list \ --header 'Content-Type: application/json' \ --data '{}'
{ "batches": [ { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve a list of execution batches for the organization, ordered by creation date descending
Request to list execution batches for the organization
List of execution batches retrieved successfully
Response containing a list of execution batches