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
}
Lists all instructor executions for the authenticated organization
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
}