Authorizations
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Get all execution contexts for the current workspace
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
}x >= 11 <= x <= 100curl --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
}