---
title: "Gets the import report."
method: GET
path: "/Litium/api/connect/erp/imports/{importReportId}"
tags: ["Imports"]
---

# Gets the import report.

`GET /Litium/api/connect/erp/imports/{importReportId}`

## Path parameters

- `importReportId` string, uuid, required

## Query parameters

- `api-version` string, nullable

## Headers

- `api-version` string, nullable

## Response `200`

OK

- LitiumConnectErpImportReportsImportReport, nullable — Represents import report class.
  - `systemId` string, uuid — Gets or sets the system identifier.
  - `userAgent` string, nullable — Gets or sets the user-agent.
  - `serviceAccountId` string, nullable — Gets or sets the service account id.
  - `importRequestedUtc` string, date-time — Gets or sets the import requested date.
  - `importStartedUtc` string, date-time, nullable — Gets or sets the import started date.
  - `importCompletedUtc` string, date-time, nullable — Gets or sets the import completed date.
  - `status` 'notStarted' | 'inProgress' | 'completed' | 'completedWithErrors' | 'failed' — Get or set the import status.
  - `importRecords` LitiumConnectErpImportReportsImportRecord[], nullable — Gets or sets the import records.
    - `importEntityId` string, nullable — Gets or sets the import entity identifier.
    - `importEntityType` string, nullable — Gets or sets the import entity type.
    - `status` 'success' | 'completedWithErrors' | 'failed' — Get or set the import status.
    - `operation` 'create' | 'update' | 'delete' — Get or set the import operation.
    - `errors` object, nullable — Gets or sets the import errors.
  - `errorMessage` string, nullable — Gets or sets the error message.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
