JavaScript
CRM
Get Sync Job Status
Get the status of the organization’s contact sync, whether it was started manually or by the schedule. Returns status idle when no sync is running.
GET
JavaScript
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
Sync job status.
Available options:
queued, running, idle Epoch milliseconds when the job started.
Number of items processed successfully so far.
Number of items that errored so far.
Whether the job was started by an explicit API call (manual) or by the scheduled sync (cron).
Available options:
manual, cron 
