Sync Runs
Fetch Records
Retrieves records synced during a given sync run. A primary_identifier can be specified to fetch information about a single record. Additional filters such as operation and status are available as well.
GET
/
sync_runs
/
{sync_run_id}
/
records
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the sync run
Query Parameters
Filter records by the primary identifier.
Filter records by successfully synced, invalid in source, or rejected by destination.
Available options:
succeeded
, rejected
, invalid
Filter by whether Census tried to create or update the record (upsert) or delete the record (delete) in the destination.
Available options:
upsert
, delete
Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
Determines the number of results on each page. It can't exceed 100.
Required range:
x < 100
Was this page helpful?