What it does
Query all file changes across the workspace, filtered by agent and/or time range. At least one of ‘agentId’ or ‘since’ is required to scope the query. Returns version records from all files in a single call — useful for reviewing what an agent changed in a session, auditing recent activity, or building PR-style change summaries. Results are ordered by time (newest first), capped at 500.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agentId | string | No | Filter to changes made by a specific agent (e.g., ‘key:abc123:summarizer-agent’). Matches the agentId recorded in version history. |
since | string | No | Only return changes after this ISO 8601 timestamp (e.g., ‘2025-01-15T10:00:00Z’). For recent changes, use today’s date at midnight. |
limit | number | No | Maximum number of results to return (default: 100, max: 500). |