---
title: "Retrieve a value definition from an application"
method: GET
path: "/groups/{groupId}/apps/{appId}/values/{valueId}"
tags: ["values"]
---

# Retrieve a value definition from an application

`GET /groups/{groupId}/apps/{appId}/values/{valueId}`

Retrieve a [value](https://www.mongodb.com/docs/atlas/app-services/values-and-secrets)
definition from an application.

## Response `200`

Successfully retrieved the value.

- Value
  - `_id` string
  - `name` string, required
  - `private` boolean, required
  - `from_secret` boolean, required — If `true`, the value is a reference by name to a [Secret](https://www.mongodb.com/docs/atlas/app-services/values-and-secrets/).
  - `value` unknown, required

---

[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/versions/1365ab72bc03/schema)
