POST
/
instructor
/
executions
/
runBlocks
Run sequence of blocks
curl --request POST \
  --url https://api.kaizenautomation.com/instructor/executions/runBlocks \
  --header 'Content-Type: application/json' \
  --data '{
  "startBlockName": "<string>",
  "endBlockName": "<string>",
  "params": {},
  "instructorExecutionId": "<string>"
}'
{
  "result": "<any>",
  "durationMs": 123
}

Body

application/json

Response

200
application/json

Blocks executed successfully

The response is of type object.