---
title: "GET /environments"
method: GET
path: "/environments"
---

# GET /environments

`GET /environments`

Lists the runtime environments.

## Query parameters

- `engineType` 'microfocus' | 'bluage'
- `maxResults` integer
- `names` EntityName[]
- `nextToken` string

## Response `200`

Success

- ListEnvironmentsResponse
  - `environments` EnvironmentSummary[], required — Returns a list of summary details for all the runtime environments in your account.
    - `creationTime` string, date-time, required — The timestamp when the runtime environment was created.
    - `engineType` 'microfocus' | 'bluage', required — The target platform for the runtime environment.
    - `engineVersion` string, required — The version of the runtime engine.
    - `environmentArn` string, required — The Amazon Resource Name (ARN) of a particular runtime environment.
    - `environmentId` string, required — The unique identifier of a particular runtime environment.
    - `instanceType` string, required — The instance type of the runtime environment.
    - `name` string, required — The name of the runtime environment.
    - `networkType` 'ipv4' | 'dual' — The network type supported by the runtime environment.
    - `status` 'Creating' | 'Available' | 'Updating' | 'Deleting' | 'Failed' | 'UnHealthy', required — The status of the runtime environment
  - `nextToken` string — A pagination token that's returned when the response doesn't contain all the runtime environments.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException

---

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