Get contact import details

GEThttps://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 (resolution outcomes, evidence, and stats), and the schema data (column mapping and parsed rows for conflict re-resolution).

Path parameters

idstringrequired
Data import ID (e.g. dimp_1).

Response

200Import record with preview_data (outcomes, evidence, stats) and schema_data (column mapping, parsed rows).
Show response fields
importobject
Show child attributes
completedAtstringnullable
createdAtstringdate-time
createdCountinteger
engineVersionstring
errorCountinteger
filenamestring
idstring
skippedCountinteger
statusstring
totalRowsinteger
previewobject
Show child attributes
evidencearray<object>
Show child attributes
confidenceinteger
nodeIdsarray<string>
reasonstring
typestring
outcomesarray<object>
Show child attributes
nodeIdsarray<string>
typestring
statsobject
Show child attributes
conflictsinteger
createsinteger
mergesinteger
skipsinteger
schemaobject
Show child attributes
columnMappingobject
Show child attributes
0string
1string
2string
parsedRowsarray<object>
Show child attributes
emailstring
hardKeysarray<string>
namestring
rowIndexinteger

Error codes

404Import not found or not a contacts import.