Backend API
Get all execution contexts for the current workspace
cURL
curl --request GET \ --url https://api.wacht.dev/ai-execution-context \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "agent_id": "<string>", "workflow_id": "<string>", "user_id": "<string>", "session_id": "<string>", "context": {}, "created_at": "2023-11-07T05:31:56Z" } ], "has_more": true }
JWT Bearer token authentication using the Authorization header
Page number
x >= 1
Items per page
1 <= x <= 100
Filter by agent ID
Filter by workflow ID
Successful response
Show child attributes