Get contact import details

GET https://app.speybooks.com/api/v1/contact-imports/{id}

Retrieve full details of a contact import including the import metadata (with audit timestamps), the stored preview (DSU outcomes, evidence, and stats), and the schema data (column mapping and parsed rows for conflict re-resolution).

Path parameters

id string required
Data import ID (e.g. dimp_1).

Response

200 Import record with preview_data (outcomes, evidence, stats) and schema_data (column mapping, parsed rows).
Show response fields
import object
Show child attributes
completedAt string nullable
createdAt string date-time
createdCount integer
engineVersion string
errorCount integer
filename string
id string
skippedCount integer
status string
totalRows integer
preview object
Show child attributes
evidence array<object>
Show child attributes
confidence integer
nodeIds array<string>
reason string
type string
outcomes array<object>
Show child attributes
nodeIds array<string>
type string
stats object
Show child attributes
conflicts integer
creates integer
merges integer
skips integer
schema object
Show child attributes
columnMapping object
Show child attributes
0 string
1 string
2 string
parsedRows array<object>
Show child attributes
email string
hardKeys array<string>
name string
rowIndex integer

Error codes

404 Import not found or not a contacts import.