---
title: "GET /imports/{importId}"
method: GET
path: "/imports/{importId}"
---

# GET /imports/{importId}

`GET /imports/{importId}`

Gets information about an import job started with the <code>StartImport</code> operation.

## Path parameters

- `importId` string, required

## Response `200`

Success

- GetImportResponse
  - `name` string — The name given to the import job.
  - `resourceType` 'BOT' | 'INTENT' | 'SLOT_TYPE' — The type of resource imported.
  - `mergeStrategy` 'OVERWRITE_LATEST' | 'FAIL_ON_CONFLICT' — The action taken when there was a conflict between an existing resource and a resource in the import file.
  - `importId` string — The identifier for the specific import job.
  - `importStatus` 'IN_PROGRESS' | 'COMPLETE' | 'FAILED' — The status of the import job. If the status is <code>FAILED</code>, you can get the reason for the failure from the <code>failureReason</code> field.
  - `failureReason` String[] — A string that describes why an import job failed to complete.
  - `createdDate` string, date-time — A timestamp for the date and time that the import job was created.

## Other responses

- `480` — NotFoundException
- `481` — LimitExceededException
- `482` — InternalFailureException
- `483` — BadRequestException

---

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