---
title: "GET /v2/domains/{domainIdentifier}/environment-profiles/{identifier}"
method: GET
path: "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}"
---

# GET /v2/domains/{domainIdentifier}/environment-profiles/{identifier}

`GET /v2/domains/{domainIdentifier}/environment-profiles/{identifier}`

Gets an evinronment profile in Amazon DataZone.

## Path parameters

- `domainIdentifier` string, required
- `identifier` string, required

## Response `200`

Success

- GetEnvironmentProfileOutput
  - `id` string, required — The ID of the environment profile.
  - `domainId` string, required — The ID of the Amazon DataZone domain in which this environment profile exists.
  - `awsAccountId` string — The ID of the Amazon Web Services account where this environment profile exists.
  - `awsAccountRegion` string — The Amazon Web Services region where this environment profile exists.
  - `createdBy` string, required — The Amazon DataZone user who created this environment profile.
  - `createdAt` string, date-time — The timestamp of when this environment profile was created.
  - `updatedAt` string, date-time — The timestamp of when this environment profile was upated.
  - `name` string, password, required — The name of the environment profile.
  - `description` string, password — The description of the environment profile.
  - `environmentBlueprintId` string, required — The ID of the blueprint with which this environment profile is created.
  - `projectId` string — The ID of the Amazon DataZone project in which this environment profile is created.
  - `userParameters` CustomParameter[] — The user parameters of the environment profile.
    - `keyName` string, required — The key name of the parameter.
    - `description` string, password — The description of the parameter.
    - `fieldType` string, required — The filed type of the parameter.
    - `defaultValue` string — The default value of the parameter.
    - `isEditable` boolean — Specifies whether the parameter is editable.
    - `isOptional` boolean — Specifies whether the custom parameter is optional.
    - `isUpdateSupported` boolean — Specifies whether a parameter value can be updated after creation.

## 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)
