POST
/
executions
/
batches
/
list
List execution batches
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"
    }
  ]
}

Body

application/json · object

Request to list execution batches for the organization

Response

200
application/json

List of execution batches retrieved successfully

Response containing a list of execution batches