status
— This tells you the current state of Sync activity.INITIALIZING
: The Sync has just been created and is pending its first run.ACTIVE
: The Sync is actively fetching new data.IDLE
: The Sync has completed and is watching for updates to synced data.- Check
summary.lastSyncedAt
to see if the sync has successfully completed.
- Check
DISABLED
: The Sync has been paused temporarily by the Disable a Sync endpoint.ERRORED
: The Sync has been suspended due to an error. Check Webhook Events for additional error details.
summary
— Metrics on the sync progress and last seen record timestamps.
Authorizations
Paragon User Token. Add to the Authorization header of your requests.
Path Parameters
ID of the sync to get the status of
Response
Sync status
The response is of type object
.