Skip to main content

Get Sync Changes

GET 

/api/v1/sync/changes

Retrieve a cursor-paginated row-state change feed for incremental sync. Results are scoped to the API key's branch and organization. Notes use the same public/private and caller-owned draft visibility rules as note search. This is not an append-only event ledger: it returns the current upsert or delete state for each eligible resource row. While following data.pagination.next_cursor, clients must keep updated_since and resources unchanged. Over a stable eligibility set, traversing the complete cursor chain does not skip eligible note or entity-record rows. Malformed cursors and cursors for resources outside the selected resource set return PUBLIC_INVALID_SYNC_CURSOR instead of restarting from the first page.

Request

Responses

Success