Skip to main content
POST
/
instructor
/
executions
/
recoveryAgent
/
get
Get recovery agent status
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/recoveryAgent/get \
  --header 'Content-Type: application/json' \
  --data '{
  "instructorExecutionId": "<string>"
}'
{
  "status": "Enqueued"
}

Body

application/json
instructorExecutionId
string
required

ID of the instructor execution

Response

Recovery agent status retrieved successfully

status
enum<string>
required

Current status of the recovery agent execution

Available options:
Enqueued,
InProgress,
Completed,
NotStarted