{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Anthropic Send Session Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id/events", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send user events to drive session execution. Event types include user.message, tool.result, and interrupt.\n" }, { "info": { "name": "Anthropic Stream Session Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/v1/sessions/:session_id/stream", "headers": [ { "name": "anthropic-version", "value": "" }, { "name": "anthropic-beta", "value": "" } ], "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Server-sent events stream of agent execution: assistant messages, tool calls, tool results, and status changes.\n" } ] } ], "bundled": true }