---
title: "List All Environment Values"
method: GET
path: "/groups/{groupId}/apps/{appId}/environment_values"
tags: ["environments"]
---

# List All Environment Values

`GET /groups/{groupId}/apps/{appId}/environment_values`

Get basic information about all environment values in the App.
Results do not include the environment-specific `values`. For
details on a specific environment, call [Get an Environment
Value](#tag/environments/operation/adminGetEnvironmentValue).

## Response `200`

Success

- EnvironmentValueDescription[]
  - `_id` string — The environment value's internal ID
  - `name` string — The environment value name
  - `last_modified` number — The time this configuration was last modified represented by the number of seconds since the UNIX epoch.

## Other responses

- `400` — There is an error in the request.

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
