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": [
{
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"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>",
"workflow": {
"id": "<string>",
"name": "<string>"
},
"logins": [
{
"id": "<string>",
"name": "<string>"
}
],
"authentications": [
{
"browserSessionId": "<string>",
"status": "<string>",
"liveViewUrl": "<string>"
}
],
"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
The response is of type object
.