POST
/
executions
/
list
curl --request POST \
  --url https://api.kaizenautomation.com/executions/list
{
  "executions": [
    {
      "id": "<string>",
      "workflow": {
        "id": "<string>",
        "name": "<string>"
      },
      "logins": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ],
      "organizationId": "<string>",
      "startTime": "2023-11-07T05:31:56Z",
      "params": {},
      "status": "InProgress",
      "liveViewUrl": "<string>"
    }
  ],
  "total": 123
}

Response

200
application/json
Executions retrieved successfully

List of executions

executions
object[]
required

Recording of a workflow execution

total
number
required

Total number of executions matching the filter criteria