curl --request POST \
--url https://api.kaizenautomation.com/instructor/executions/stop \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
{
"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,
"status": "<string>"
}
Stops an instructor session for a workflow and login
curl --request POST \
--url https://api.kaizenautomation.com/instructor/executions/stop \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>"
}'
{
"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,
"status": "<string>"
}
Instructor session stopped successfully
The response is of type object
.