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 (resolution
outcomes, evidence, and stats), and the schema data (column
mapping and parsed rows for conflict re-resolution).
Path parameters
idstringrequiredData 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
importobjectShow child attributes
completedAtstringnullablecreatedAtstringdate-timecreatedCountintegerengineVersionstringerrorCountintegerfilenamestringidstringskippedCountintegerstatusstringtotalRowsintegerpreviewobjectShow child attributes
evidencearray<object>Show child attributes
confidenceintegernodeIdsarray<string>reasonstringtypestringoutcomesarray<object>Show child attributes
nodeIdsarray<string>typestringstatsobjectShow child attributes
conflictsintegercreatesintegermergesintegerskipsintegerschemaobjectShow child attributes
columnMappingobjectShow child attributes
0string1string2stringparsedRowsarray<object>Show child attributes
emailstringhardKeysarray<string>namestringrowIndexintegerError codes
404Import not found or not a contacts import.