cURL
curl --request POST \ --url https://api.kaizenautomation.com/instructorExecution/partialExecutions/list \ --header 'Content-Type: application/json' \ --data ' { "startBlockId": "<string>", "endBlockId": "<string>" } '
{ "partialExecutions": [ { "id": "<string>", "status": "InProgress", "startBlockId": "<string>", "endBlockId": "<string>", "createdAt": "<string>", "blockHistory": [ { "id": "<string>", "blockId": "<string>", "blockType": "<string>", "eventType": "<string>", "createdAt": "<string>", "context": {}, "output": "<unknown>" } ] } ], "total": 123 }
Lists partial executions that match the specified start and end block IDs, including their block history records and session context.
External ID of the start block to filter by
External ID of the end block to filter by
Partial executions retrieved successfully
Show child attributes
Total number of partial executions