v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
CRM Import

Get CRM Import Detail

Retrieves the full picture of an import: the same summary as the status service plus every buyer account and each of its contacts, each with its own state and (if failed) reason. Use this to see exactly which contacts within an account did or did not migrate. When request_id is omitted, the tenant's most recent import is used.

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

Query parameters

request_idstring

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

Response

Full per-account, per-contact import detail.

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.