---
title: "GET /exports/{exportId}/"
method: GET
path: "/exports/{exportId}/"
---

# GET /exports/{exportId}/

`GET /exports/{exportId}/`

Gets information about a specific export.

## Path parameters

- `exportId` string, required

## Response `200`

Success

- DescribeExportResponse
  - `exportId` string — The unique identifier of the described export.
  - `resourceSpecification` object — The bot, bot ID, and optional locale ID of the exported bot or bot locale.
    - `botExportSpecification` object — Parameters for exporting a bot.
      - `botId` string, required — The identifier of the bot assigned by Amazon Lex.
      - `botVersion` string, required — The version of the bot that was exported. This will be either <code>DRAFT</code> or the version number.
    - `botLocaleExportSpecification` object — Parameters for exporting a bot locale.
      - `botId` string, required — The identifier of the bot to create the locale for.
      - `botVersion` string, required — The version of the bot to export.
      - `localeId` string, required — The identifier of the language and locale to export. The string must match one of the locales in the bot.
    - `customVocabularyExportSpecification` object — The parameters required to export a custom vocabulary.
      - `botId` string, required — The identifier of the bot that contains the custom vocabulary to export.
      - `botVersion` string, required — The version of the bot that contains the custom vocabulary to export.
      - `localeId` string, required — The locale of the bot that contains the custom vocabulary to export.
    - `testSetExportSpecification` object — Specifications for the test set that is exported as a resource.
      - `testSetId` string, required — The unique identifier of the test set.
  - `fileFormat` 'LexJson' | 'TSV' | 'CSV' — The file format used in the files that describe the resource.
  - `exportStatus` 'InProgress' | 'Completed' | 'Failed' | 'Deleting' — The status of the export. When the status is <code>Complete</code> the export archive file is available for download.
  - `failureReasons` FailureReason[] — If the <code>exportStatus</code> is failed, contains one or more reasons why the export could not be completed.
  - `downloadUrl` string — A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the <code>DescribeExport</code> operation.
  - `creationDateTime` string, date-time — The date and time that the export was created.
  - `lastUpdatedDateTime` string, date-time — The last date and time that the export was updated.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — InternalServerException

---

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