Instructor

Run single block

Executes a single block by ID or name within an instructor execution context. Provide either blockId or blockName to identify the block.

post/instructor/executions/runBlock

Request body

blockIdstring

ID of the block to execute

blockNamestring

Name of the block to execute

paramsobject required
instructorExecutionIdstring required

ID of the instructor execution context

Response

Block executed successfully

{"stackTrail":"paths:/instructor/executions/runBlock:post:responses:200:content:application/json:schema:properties:result","oasType":"schema","type":"unknown","description":"Result of the block execution"}
sessionContextobject required
sessionContextTimestampnumber required

Context capture time (UNIX timestamp)

Changes

No recorded changes to this endpoint across all 1 revision of this API.