Retrieve a specific execution context by ID
curl --request GET \
--url https://api.wacht.dev/ai-execution-context/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agent_id": "<string>",
"workflow_id": "<string>",
"user_id": "<string>",
"session_id": "<string>",
"context": {},
"created_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.wacht.dev/ai-execution-context/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agent_id": "<string>",
"workflow_id": "<string>",
"user_id": "<string>",
"session_id": "<string>",
"context": {},
"created_at": "2023-11-07T05:31:56Z"
}