Skip to main content
The Sync Health page is the customer-facing control plane for dataset versions and cursor recovery. Use it before building a local cache, scheduled sync job, or webhook consumer.

What You Can Inspect

Current Versions

See each published dataset’s current version number, last publish time, total record count, and quote-safe record count.

Freshness State

Quickly distinguish fresh, recent, stale, and pending datasets before depending on them in production workflows.

Cursor Recovery

Copy snapshot and changes URLs that include the current cursor so your integration can recover from missed polls.

Workspace Access

Compare the dataset’s sync state with your workspace entitlement level so you know whether a key should be able to read it.

Typical Workflow

1

Open Sync Health

Sign in and open Dashboard → Sync Health.
2

Choose a dataset

Find the dataset key your integration consumes, such as finance_fees, utility_territory, or equipment_pricing.
3

Copy the snapshot URL

Use the snapshot URL to seed your local database from the current published version.
4

Store the cursor

Save the displayed cursor after your snapshot finishes. Treat cursors as opaque tokens; never parse or construct them yourself.
5

Use the changes URL for recovery

If your polling job or webhook consumer falls behind, copy the changes URL and replay from the stored cursor.