sync status list
GET {{baseUrl}}/sync-status
Get syncing status. Possible values: DISABLED
, DONE
, FAILED
, PAUSED
, SYNCING
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | string | The pagination cursor value. | |
page_size | number | Number of results to return per page. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"is_initial_sync":true,"last_sync_start":"2021-03-30T19:44:18.695973Z","model_id":"ats.Candidate","model_name":"Candidate","next_sync_start":"2021-03-30T20:44:18.662942Z","status":"PAUSED"},{"is_initial_sync":true,"last_sync_start":"2021-03-30T19:44:18.695973Z","model_id":"ats.Candidate","model_name":"Candidate","next_sync_start":"2021-03-30T20:44:18.662942Z","status":"DONE"}]}