list_changes
Incremental sync: what was ADDED or REMOVED since a timestamp. Use this — not repeated search_rounds calls — when you keep a local copy in step with the dataset. Sorted oldest-first by ingestion time, so nextCursor is resumable: store the last one and start there next run. Reports additions and removals only; the source tables have no modification timestamp, so a silent edit to an existing row is not reported (re-read that record by id when you need its current state). Exits are not available here — that table has no ingestion timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | What to sync — "rounds" (default) or "companies" | |
| after | No | Opaque nextCursor from a previous call | |
| limit | No | Max results (default 25, cap 100) | |
| since | Yes | Start of the window: a date (YYYY-MM-DD) or the ISO timestamp your last sync ended at |