Skip to main content
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 of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

Response

Errors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

import_id
string
required

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.