Contact Import Status
Contacts
Get Import Status
Poll import progress + results. DB-only — activities write to the job row directly (same convention as enrich-status).
GET
Contact Import Status
Polls the
contact_imports job row directly — the Temporal activities patch progress into the row as they run, so this is a plain DB read with no Temporal query involved. The import_id path parameter is the same value returned as import_id from Start an import — also the job’s workflow_id.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
Errors
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The import job's id, returned as import_id from Start an import (also its Temporal workflow_id).
Response
Successful Response
The response is of type Response Contact Import Status Contacts Imports Import Id Get · object.