v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Import

Get CRM Import Status

Retrieves the summary of an import: aggregate counts plus a flat list of per-id failures with reasons. This is the service to poll. When request_id is omitted, the tenant's most recent import is used.

get/api/v1/accounts/crm-import/status

Query parameters

request_idstring

ID of the import request. If omitted, the tenant's most-recent import is returned.

Response

Import status summary.

request_idstring

ID of the import request.

status'RUNNING' | 'COMPLETED' | 'INTERRUPTED'

COMPLETED does not imply zero failures — check the failed count.

totalinteger

Number of (de-duplicated) ids in the import.

processedinteger

Number of ids that reached a terminal state (succeeded + failed + skipped).

succeededinteger

Number of accounts imported.

failedinteger

Number of ids that errored. See failures for reasons.

skippedinteger

Number of ids skipped — already in DealHub, or not found in the CRM.