---
title: "Gets a report with statistics about what was successfully imported, and what was unable to be imported."
method: GET
path: "/v2/contacts/import/{importId}/report"
tags: ["ApiContactImport"]
---

# Gets a report with statistics about what was successfully imported, and what was unable to be imported.

`GET /v2/contacts/import/{importId}/report`

## Path parameters

- `importId` string, guid, required

## Response `200`

- ApiContactImportReport
  - `newContacts` integer
  - `updatedContacts` integer
  - `globallySuppressed` integer
  - `invalidEntries` integer
  - `duplicateEmails` integer
  - `blocked` integer
  - `unsubscribed` integer
  - `hardBounced` integer
  - `softBounced` integer
  - `ispComplaints` integer
  - `mailBlocked` integer
  - `domainSuppressed` integer
  - `pendingDoubleOptin` integer
  - `failures` integer
  - `suppressedContacts` integer

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
