---
title: "List the errors of a finished import job"
method: GET
path: "/import/results/{jobId}/errors"
tags: ["Import Results"]
---

# List the errors of a finished import job

`GET /import/results/{jobId}/errors`

Returns a list of errors of a finished import job with the specified ID. By default the maximum number of results is limited to 1000.

## Path parameters

- `jobId` string, uuid, required

## Query parameters

- `offset` integer
- `limit` integer
- `countLimit` integer

## Response `200`

Import errors paged response

- ImportErrorPagedResponse
  - `total` integer — The total number of results.
  - `offset` integer — The offset for the results.
  - `limit` integer — The maximum number of results to be returned.
  - `results` ImportError[] — The list of results.
    - `errorType` 'VALIDATION' | 'RUNTIME' — Import error type.
    - `resourceType` 'COMMUNITY' | 'DOMAIN' | 'ASSET' | 'ATTRIBUTE' | 'RELATION' | 'COMPLEX_RELATION' | 'MAPPING' | 'RESPONSIBILITY' — Import resource type.
    - `errorMessage` string — User friendly error message.
    - `command` ImportCommandReference — A reference to the import command.
      - `indices` integer[] — A list of indices of the import command in the input file.
      - `identifier` string — Import command identifier.

## Other responses

- `400` — Import job is not finished
- `404` — Import job not found

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
