POST
/
instructor
/
executions
/
runBlock
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/runBlock \
  --header 'Content-Type: application/json' \
  --data '{
  "blockId": "<string>",
  "params": {},
  "instructorExecutionId": "<string>"
}'
{
  "result": "<any>"
}

Body

application/json

Response

200
application/json

Block executed successfully

The response is of type object.