Export results as CSV
Contact Imports
Export results as CSV
Download a CSV status report for an import run. The file has two sections:
- A
metadata,valuesummary of the run (status, timestamps, and the created/updated/skipped/error counts). - The actionable rows — only rows with status
skippedorfailed— with columnsrowNumber,status,reason,contactId,fieldIssues, followed by the original source columns from your CSV, so each problem row can be fixed and re-imported.
Successfully created/updated rows are summarized in the metadata section but not listed individually; for complete per-row outcomes (including successes), or for very large result sets, use the paginated GET /v1/contacts/imports/{importRunId}/results endpoint instead.