Introduction
Organization APIs
- Users
- Invitations
- Workspaces
Workspace APIs
- Syncs
- Sync Management Links
- Sync Runs
- Destination Types
- Destinations
- Destination Connect Links
- Source Types
- Sources
- Source Connect Links
- Segment Management Links
Fetch sync run
Retrieve the details of a particular sync run
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
ID of the sync run
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the sync run
Response
The outcome of the fetch request
success
ID of this sync run.
ID of the sync.
The number of records in the source object at the time of the sync run.
The number of new or updated records found in the source.
The number of records deleted in the source.
Number of source records skipped by Census because of data quality issues.
Number of records sent to the destination.
Number of records successfully sent to the destination.
Number of records rejected by the destination.
When this sync run was created.
When this sync run was updated.
When this sync run was completed.
When the sync run was scheduled to run.
The error code, if any.
The error message, if any.
Details about the error, if any.
Status of the sync run. Possible values are:
working
: The sync is currently executing.completed
: The sync finished successfully.failed
: The sync failed during execution.skipped
: An earlier instance of the sync is still running, so this run was skipped.queued
: The sync run is queued for execution.
working
, completed
, failed
, skipped
, queued
Whether or not this sync run was canceled.
The current step of the sync run. Available if the sync is running.
Checking for columns to remove from the sync
, Checking for fields to create in destination
, Checking source and destination configuration
, Unloading data from warehouse
, Loading data into destination service
, Committing data to destination service
, Committing sync to warehouse
, Running sync
Was this page helpful?