cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructor/executions/runBlock \ --header 'Content-Type: application/json' \ --data '{ "blockId": "<string>", "blockName": "<string>", "params": {}, "instructorExecutionId": "<string>" }'
{ "result": "<any>", "sessionContext": {}, "sessionContextTimestamp": 123 }
Executes a single block by ID or name within an instructor execution context. Provide either blockId or blockName to identify the block.
Block executed successfully
The response is of type object.
object