list_events
Query and filter events from the agent action log. Inspect history of tasks, tool calls, and state changes for debugging or monitoring.
Instructions
Query and filter recorded events from the append-only event log.
Use this to inspect the history of agent actions and system state changes. Events are ordered by stable UUIDv7 timestamps for consistent replay.
Side effects: Read-only operation; no data is modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional event type to filter by (e.g., "TASK_CREATED", "TASK_ASSIGNED", "TOOL_CALLED"). | |
| limit | No | Maximum number of events to return (default 50). Increase for broader history inspection. | |
| session_id | No | Optional session ID to filter by (useful for multi-agent debugging and isolation). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||