v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1471501483.8 KB

Gets information about a specific export.

get/exports/{exportId}/

Path parameters

exportIdstring required

The unique identifier of the export to describe.

Response

Success

exportIdstring

The unique identifier of the described export.

fileFormat'LexJson' | 'TSV'

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.

failureReasonsFailureReason[]

If the <code>exportStatus</code> is failed, contains one or more reasons why the export could not be completed.

downloadUrlstring

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.

creationDateTimestring date-time

The date and time that the export was created.

lastUpdatedDateTimestring date-time

The last date and time that the export was updated.