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
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the sync run
Response
Whether or not this sync run was canceled.
When this sync run was completed.
When this sync run was created.
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
The error code, if any.
Details about the error, if any.
The error message, if any.
ID of this sync run.
Number of records rejected by the destination.
Number of records sent to the destination.
Number of records successfully sent to the destination.
When the sync run was scheduled to run.
The number of records in the source object at the time of the sync run.
The number of records deleted in the source.
Number of source records skipped by Census because of data quality issues.
The number of new or updated records found in the source.
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
ID of the sync.
When this sync run was updated.
The outcome of the fetch request
success
Was this page helpful?