Skip to main content
POST
/
instructor
/
executions
/
list
List instructor executions
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/list
{
  "instructorExecutions": [
    {
      "id": "<string>",
      "sessionId": "<string>",
      "workflow": {
        "id": "<string>",
        "name": "<string>"
      },
      "logins": [
        {
          "id": "<string>",
          "name": "<string>"
        }
      ],
      "authentications": [
        {
          "browserSessionId": "<string>",
          "status": "<string>",
          "liveViewUrl": "<string>"
        }
      ],
      "contextAuthentications": [
        {
          "contextAuthenticationId": "<string>",
          "loginSummary": {
            "loginId": "<string>",
            "name": "<string>",
            "isManual": true
          },
          "authenticationStatus": "Unauthenticated"
        }
      ],
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z",
      "durationMs": 123,
      "isRecording": true,
      "browserSessionId": "<string>",
      "status": "<string>"
    }
  ],
  "total": 123
}

Response

Executions retrieved successfully

instructorExecutions
object[]
required

Array of instructor executions for the organization

  • Option 1
  • Option 2
  • Option 3
total
number
required

Total number of instructor executions

I