---
title: "POST /ListImportErrors"
method: POST
path: "/ListImportErrors"
---

# POST /ListImportErrors

`POST /ListImportErrors`

List import errors.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `importID` string, required — List import errors request import id.
  - `maxResults` integer — List import errors request max results.
  - `nextToken` string — List import errors request next token.

## Response `200`

Success

- ListImportErrorsResponse — List imports errors response.
  - `items` ImportTaskError[] — List imports errors response items.
    - `errorData` object — Import task error data.
      - `applicationID` string — Import error data application ID.
      - `ec2LaunchTemplateID` string — Import error data ec2 LaunchTemplate ID.
      - `rawError` string — Import error data raw error.
      - `rowNumber` integer — Import error data row number.
      - `sourceServerID` string — Import error data source server ID.
      - `waveID` string — Import error data wave id.
    - `errorDateTime` string — Import task error datetime.
    - `errorType` 'VALIDATION_ERROR' | 'PROCESSING_ERROR' — Import task error type.
  - `nextToken` string — List imports errors response next token.

## Other responses

- `480` — UninitializedAccountException
- `481` — ValidationException

---

[API](https://skmtc.net/aws/apis/mgn.md) · [All operations](https://skmtc.net/aws/apis/mgn/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/mgn/versions/71048ba96dc1/schema)
