Sync API
Get Sync Status
Once you have a Sync enabled for a particular Connected User, you can start to poll its status.
GET
Get Sync Status
You will receive fields for:
status
— This tells you the status of your sync with Paragon’s persistent data store.active
idle
- Check
summary.last_synced_at
to see if the sync has successfully completed
- Check
paused
errored
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
200
application/json
Sync status
The response is of type object
.
Get Sync Status