List per-row results
Contact Imports
List per-row results
Paginated per-row outcomes of an import run, ordered by row number. Each result records what happened to one CSV row — created, updated, skipped, or failed — with the affected contact ID and any field-level validation issues. Use the status filter to pull just the rows that need attention (e.g. status=failed).
GET
List per-row results
Authorizations
Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.
Path Parameters
Import run ID.
Query Parameters
Page number (1-based).
Required range:
x >= 1Results per page (1–250).
Required range:
1 <= x <= 250Only return rows with this outcome.
Available options:
created, updated, skipped, failed