Get Events
get_eventsQuery the append-only event audit ledger to filter events by timestamp, session, or project, inspect structured changes, and generate session post-mortem reports.
Instructions
Inspect the append-only event audit ledger, query structured changesets, and generate session post-mortems. Supported actions: log (query event ledger with filters), changelog (get structured graph diff since timestamp or session), post_mortem (analyze a session and produce a structured markdown report).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (1-1000). | |
| since | No | ISO timestamp or relative duration (e.g. 2h, 1d) for log or changelog. | |
| until | No | Ending ISO timestamp for log. | |
| action | No | The event query action to execute. | |
| offset | No | Pagination offset for log. | |
| project | No | Target project name or slug. | |
| git_branch | No | Git branch filter for changelog. | |
| session_id | No | Session ID for log or post_mortem. | |
| since_session | No | Session ID to diff from for changelog. |