---
title: "GET /v2/domains/{domainIdentifier}/data-export-configuration"
method: GET
path: "/v2/domains/{domainIdentifier}/data-export-configuration"
---

# GET /v2/domains/{domainIdentifier}/data-export-configuration

`GET /v2/domains/{domainIdentifier}/data-export-configuration`

Gets data export configuration details.

## Path parameters

- `domainIdentifier` string, required

## Response `200`

Success

- GetDataExportConfigurationOutput
  - `isExportEnabled` boolean — Specifies whether the export is enabled.
  - `status` 'COMPLETED' | 'FAILED' — The status of the data export configuration.
  - `encryptionConfiguration` object — The encryption configuration as part of the data export configuration details.
    - `kmsKeyArn` string — The Amazon Resource Name (ARN) of the KMS key to use for encryption. This field is required only when <code>sseAlgorithm</code> is set to <code>aws:kms</code>.
    - `sseAlgorithm` string — The server-side encryption algorithm to use. Valid values are AES256 for S3-managed encryption keys, or aws:kms for Amazon Web Services KMS-managed encryption keys. If you choose SSE-KMS encryption you must grant the S3 Tables maintenance principal access to your KMS key. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-kms-permissions.html">Permissions requirements for S3 Tables SSE-KMS encryption</a>.
  - `s3TableBucketArn` string — The Amazon S3 table bucket ARN as part of the data export configuration details.
  - `createdAt` string, date-time — The timestamp at which the data export configuration report was created.
  - `updatedAt` string, date-time — The timestamp at which the data export configuration report was updated.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — UnauthorizedException

---

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