POST
/
instructor
/
executions
/
get
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/get \
  --header 'Content-Type: application/json' \
  --data '{
  "instructorExecutionId": "<string>"
}'
{
  "instructorExecutionId": "<string>",
  "workflow": {
    "id": "<string>",
    "name": "<string>"
  },
  "logins": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "authentications": [
    {
      "id": "<string>",
      "executionDispatchId": "<string>",
      "browserSessionId": "<string>",
      "status": "<string>",
      "liveViewUrl": "<string>"
    }
  ],
  "status": "<string>",
  "browserSessionId": null,
  "liveViewUrl": null
}

Body

application/json

Response

200
application/json

Instructor session created successfully

The response is of type object.