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 string
Prefixed identifier. Always starts with dimp_.
filename string
Original filename of the uploaded CSV.
totalRows string
Total data rows parsed from the CSV (excludes headers).
createdCount string
Number of new contacts created on confirm.
skippedCount string
Number of rows skipped (user decisions or duplicates).
errorCount string
Number of rows with parse or validation errors.
status string
Import lifecycle state: pending, processing, completed, or voided.
engineVersion string
UCI engine version used for this import.
createdAt string
ISO 8601 timestamp when the import was uploaded.
completedAt string
ISO 8601 timestamp when the import was confirmed, or null if pending.
hasConflicts string
Whether the identity graph contains unresolved merge conflicts requiring user decisions.