ouroboros_query_events
Retrieve event history from an Ouroboros session. Filter by event type, session ID, and use pagination to get the exact events you need.
Instructions
Query the event history for an Ouroboros session. Returns a list of events matching the specified criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to return. Default: 50 | |
| offset | No | Number of events to skip for pagination. Default: 0 | |
| event_type | No | Filter by event type (e.g., 'execution', 'evaluation', 'error') | |
| session_id | No | Filter events by session ID. If not provided, returns events across all sessions. |