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.
Show child attributes
ID of the instructor execution context
ID of the block to execute
Name of the block to execute
Block executed successfully
Context capture time (UNIX timestamp)
Result of the block execution