The Contact Imports object

A contact import represents a CSV upload processed through the contact identity-resolution engine. Each import tracks the parsing results, the identity-resolution outcomes, any conflict resolutions, and the final commit statistics.

Attributes

idstring
Prefixed identifier. Always starts with dimp_.
filenamestring
Original filename of the uploaded CSV.
totalRowsstring
Total data rows parsed from the CSV (excludes headers).
createdCountstring
Number of new contacts created on confirm.
skippedCountstring
Number of rows skipped (user decisions or duplicates).
errorCountstring
Number of rows with parse or validation errors.
statusstring
Import lifecycle state: pending, processing, completed, or voided.
engineVersionstring
The contact import engine version used for this import.
createdAtstring
ISO 8601 timestamp when the import was uploaded.
completedAtstring
ISO 8601 timestamp when the import was confirmed, or null if pending.
hasConflictsstring
Whether the resolution contains unresolved merge conflicts requiring user decisions.