v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433321.7 KB

Returns information for an existing domain export.

post/v2/GetExport

Request body

exportArnstring required

A unique ARN identifier for the export.

Response

Success

exportArnstring required

Unique ARN identifier of the export.

clientTokenstring required

The client token provided for this export.

exportStatus'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' required

The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.

domainNamestring required

The name of the domain that was exported.

requestedAtstring date-time required

Timestamp when the export request was received by the service.

s3Bucketstring required

The name of the S3 bucket for this export.

s3KeyPrefixstring

The S3 key prefix provided in the corresponding StartDomainExport request.

s3SseAlgorithm'AES256' | 'KMS'

The S3 SSE encryption algorithm for this export.

s3SseKmsKeyIdstring

The KMS key ID for this export.

s3BucketOwnerstring

The S3 bucket owner account ID for this export.

failureCodestring

Failure code for the result of the failed export.

failureMessagestring

Export failure reason description.

exportManifeststring

The name of the manifest summary file for the export.

itemsCountinteger

Total number of exported items.

exportDataCutoffTimestring date-time

The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.

All 3 operations