---
title: "Get an Environment Value"
method: GET
path: "/groups/{groupId}/apps/{appId}/environment_values/{environmentValueId}"
tags: ["environments"]
---

# Get an Environment Value

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

Get details about a specific environment value

## Response `200`

Success

- EnvironmentValue
  - `_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.
  - `values` object — An object that maps environment names to values. The environment value resolves to the current active environment's mapped value. If no value is mapped to the current active environment, the environment value resolves to `undefined`.
    - `none` unknown
    - `development` unknown
    - `testing` unknown
    - `qa` unknown
    - `production` unknown

## Other responses

- `404` — Environment value not found

---

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