cURL
curl --request POST \ --url https://api.kaizenautomation.com/executions/getRecoveryAgentContext \ --header 'Content-Type: application/json' \ --data ' { "executionId": "exec_123", "spanId": "span_456" } '
{ "context": "This is a stub recovery agent context for the block execution." }
Retrieves recovery agent context for a specific block span in an execution
The execution ID
"exec_123"
The span ID for the block execution
"span_456"
Recovery agent context retrieved successfully
The recovery agent context for the block span
"This is a stub recovery agent context for the block execution."