List change history of a ground
list_eventsAudit project changes by retrieving the full event history for nodes, edges, APIs, and bugs. Each event includes the actor and a field-level diff, so you can see exactly what changed, when, and by whom.
Instructions
Returns the append-only change history (most recent first) of a ground: node/edge/api/bug create, update (with a field-level diff {from,to}), delete, and plan_commit. Each event carries the actor ("user:" for humans, "token:" for agents/automation), a summary label, and for updates a diff. Use it to answer "what changed, when, and by whom" — e.g. a bug's status transitions or a node's edits over time. Filter with entityType/entityId to get a single entity's timeline. Note: git commits recorded via record_commit live in a node's metadata.commits, not here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Ground slug. | |
| limit | No | Max events to return (default 50, cap 200). | |
| before | No | ISO timestamp — return events strictly older than this (keyset pagination). | |
| entityId | No | Filter to one entity's timeline (usually paired with entityType). | |
| entityType | No | Filter to one entity type. |