List business records
List your organization’s business records, oldest-change first. Use as a change feed for keeping your systems in sync: pass updated_since (an ISO 8601 timestamp) on the first request to fetch only records changed since your last sync, then re-request with the opaque cursor.next token returned until pagination.hasMore is false. Results are ordered by updatedAt then id ascending, and the keyset cursor carries both, so paging is deterministic and never skips records that share an updatedAt.
Authorizations
API key as Bearer token: Authorization: Bearer cur_live_xxxxx
Query Parameters
Maximum number of results per page (1-100)
1 <= x <= 100Opaque continuation token from a prior response's cursor.next. Takes precedence over updated_since (which only seeds the first request). Persist it verbatim between runs.
Return only records with updatedAt strictly after this ISO 8601 timestamp. Used only on the first request; thereafter pass cursor.
Filter to the single record matching this customer external id
Filter by archived status
Filter by monitoring status