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
idstringPrefixed identifier. Always starts with
dimp_.filenamestringOriginal filename of the uploaded CSV.
totalRowsstringTotal data rows parsed from the CSV (excludes headers).
createdCountstringNumber of new contacts created on confirm.
skippedCountstringNumber of rows skipped (user decisions or duplicates).
errorCountstringNumber of rows with parse or validation errors.
statusstringImport lifecycle state:
pending, processing, completed, or voided.engineVersionstringThe contact import engine version used for this import.
createdAtstringISO 8601 timestamp when the import was uploaded.
completedAtstringISO 8601 timestamp when the import was confirmed, or
null if pending.hasConflictsstringWhether the resolution contains unresolved merge conflicts requiring user decisions.