Get Sync Status
Get the current status of a Sync
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
Current state of Sync activity. Possible values:
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.lastSyncedAtto see if the sync has successfully completed.
- Check
RATE_LIMITED: The Sync is backing off because the third-party API's rate limit was reached. CheckrateLimitBackoffMsfor the back-off duration. The Sync resumes automatically once the back-off period passes.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.
INITIALIZING, ACTIVE, IDLE, RATE_LIMITED, DISABLED, ERRORED Metrics on the sync progress and last seen record timestamps
The ID of the credential used to authenticate this Sync
The configured incremental sync frequency for this Sync. Only present when explicitly set on the Sync.
1m, 5m, 10m, 30m, 1h, 3h, 6h, 24h "1m"
If the sync status is RATE_LIMITED, the duration (in milliseconds) that the Sync is backing off before it resumes fetching data, in response to the third-party API's rate limit.
The Sync resumes automatically once this back-off period has passed. We recommend waiting at least this long before polling the Sync status again.
30000
If the sync status is ERRORED, this field will be populated with a message explaining why the sync failed.
"Credential ID [id] is no longer valid or has been deleted."