Each time Catalogian checks a source, it produces a delta event. If nothing changed, it's recorded as a no-change event. If rows were added, modified, or removed, you get exact counts and the affected keys.
id string unique event ID detectedAt ISO 8601 when the check ran newCount int rows added changedCount int rows modified deletedCount int rows removed unchangedCount int rows that didn't change totalCount int total rows in snapshot isNoChange bool true if nothing changed newKeys string[] up to 100 added row keys changedKeys string[] up to 100 changed row keys deletedKeys string[] up to 100 deleted row keys
Full changed row data (before/after values) is available via the delta rows endpoint. See Row Diffs →
| Plan | Delta retention |
|---|---|
| Free (Starter) | 14 days |
| Brand | 30 days |
| Agency | 6 months |
| Enterprise | 1 year |
See full before/after row data for every change. Row Diffs →
Compare any two snapshots over time. Snapshot Comparison →
Query delta events programmatically. API Reference →