POST
/
instructor
/
executions
/
list
List instructor executions
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/list
{
  "instructorExecutions": [
    {
      "id": "<string>",
      "workflow": {
        "id": "<string>",
        "name": "<string>"
      },
      "logins": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ],
      "authentications": [
        {
          "id": "<string>",
          "sessionId": "<string>",
          "browserSessionId": "<string>",
          "status": "<string>",
          "liveViewUrl": "<string>"
        }
      ],
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z",
      "durationMs": 123,
      "status": "<string>",
      "browserSessionId": null,
      "liveViewUrl": null
    }
  ],
  "total": 123
}

Response

200
application/json

Executions retrieved successfully

The response is of type object.