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
}Executions retrieved successfully
Array of instructor executions for the organization
Show child attributes
Unique identifier for the instructor execution
Session ID for the instructor execution (same as external ID)
Show child attributes
ID of the browser session used for authentication
Status of the authentication
"InProgress"URL for live view of the authentication
Session authentication responses with login summary for this instructor execution
Show child attributes
ID of the context authentication
Show child attributes
ID of the login used for authentication
Name of the login used for authentication
Whether this login requires manual authentication
Current status of the authentication from browser context
Unauthenticated, AuthenticationInProgress, Authenticated When the instructor execution started
When the instructor execution ended (null if still running)
Duration of the instructor execution in milliseconds (null if still running)
Whether the instructor execution is currently recording
ID of the browser session associated with this instructor execution
"Enqueued"Total number of instructor executions