cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/recoveryAgent/get \ --header 'Content-Type: application/json' \ --data ' { "instructorExecutionId": "<string>" } '
{ "status": "Enqueued" }
Gets the status of the currently running recovery agent execution for an instructor execution
ID of the instructor execution
Recovery agent status retrieved successfully
Current status of the recovery agent execution
Enqueued
InProgress
Completed
NotStarted