The Contact Imports object
A contact import represents a CSV upload processed through the UCI identity resolution engine. Each import tracks parsing results, identity graph outcomes, conflict resolutions, and final commit statistics.
Attributes
id stringPrefixed identifier. Always starts with
dimp_.filename stringOriginal filename of the uploaded CSV.
totalRows stringTotal data rows parsed from the CSV (excludes headers).
createdCount stringNumber of new contacts created on confirm.
skippedCount stringNumber of rows skipped (user decisions or duplicates).
errorCount stringNumber of rows with parse or validation errors.
status stringImport lifecycle state:
pending, processing, completed, or voided.engineVersion stringUCI engine version used for this import.
createdAt stringISO 8601 timestamp when the import was uploaded.
completedAt stringISO 8601 timestamp when the import was confirmed, or
null if pending.hasConflicts stringWhether the identity graph contains unresolved merge conflicts requiring user decisions.