---
title: "GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}"
method: GET
path: "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}"
---

# GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}

`GET /v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}`

Gets the specified environment action.

## Path parameters

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

## Response `200`

Success

- GetEnvironmentActionOutput
  - `domainId` string, required — The ID of the Amazon DataZone domain in which the environment action lives.
  - `environmentId` string, required — The environment ID of the environment action.
  - `id` string, required — The ID of the environment action.
  - `name` string, required — The name of the environment action.
  - `parameters` object, required — The parameters of the environment action.
    - `awsConsoleLink` object — The console link specified as part of the environment action.
      - `uri` string — The URI of the console link specified as part of the environment action.
  - `description` string — The description of the environment action.

## 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/revisions/055599054b53/schema)
