sync status list

GET {{baseUrl}}/sync-status

Get syncing status. Possible values: DISABLED, DONE, FAILED, SYNCING

Request Params

KeyDatatypeRequiredDescription
cursorstringThe pagination cursor value.
page_sizenumberNumber of results to return per page.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

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":"FAILED"},{"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":"SYNCING"}]}