AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →

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

ParameterTypeRequiredDescription
agentIdstringNoFilter to changes made by a specific agent (e.g., ‘key:abc123:summarizer-agent’). Matches the agentId recorded in version history.
sincestringNoOnly return changes after this ISO 8601 timestamp (e.g., ‘2025-01-15T10:00:00Z’). For recent changes, use today’s date at midnight.
limitnumberNoMaximum number of results to return (default: 100, max: 500).