cURL
CRM Sync
CRM Sync Status
Get the status and progress counters of a CRM sync run.
GET
cURL
Authorizations
Provide your API key in the x-api-key header.
Path Parameters
The run id returned by POST /trigger/crm-sync
Response
Run status
Terminal values name the outcome: finished = all records synced, partial = some failed, failed = every record failed. Treat all three as terminal when polling — not only finished. The completion webhook carries the same status plus errors_sample.
Available options:
processing, finished, partial, failed Records synced successfully
Records that failed after retries
First few failed records (present only when failed > 0)

