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

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

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

Lists existing environment actions.

## Path parameters

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

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListEnvironmentActionsOutput
  - `items` EnvironmentActionSummary[] — The results of <code>ListEnvironmentActions</code>.
    - `domainId` string, required — The Amazon DataZone domain ID of the environment action.
    - `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 environment action description.
  - `nextToken` string — When the number of environment actions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environment actions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentActions</code> to list the next set of environment actions.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — 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)
