---
title: "Retrieve the decrypted value of a Shared Environment Variable by id."
method: GET
path: "/v1/env/{id}"
tags: ["environment"]
---

# Retrieve the decrypted value of a Shared Environment Variable by id.

`GET /v1/env/{id}`

Retrieve the decrypted value of a Shared Environment Variable by id.

## Path parameters

- `id` string, required — The unique ID for the Shared Environment Variable to get the decrypted value.

## Query parameters

- `teamId` string
- `slug` string

## Response `200`

- object
  - `created` string, date-time — The date when the Shared Env Var was created.
  - `key` string — The name of the Shared Env Var.
  - `ownerId` string, nullable — The unique identifier of the owner (team) the Shared Env Var was created for.
  - `id` string — The unique identifier of the Shared Env Var.
  - `createdBy` string, nullable — The unique identifier of the user who created the Shared Env Var.
  - `deletedBy` string, nullable — The unique identifier of the user who deleted the Shared Env Var.
  - `updatedBy` string, nullable — The unique identifier of the user who last updated the Shared Env Var.
  - `createdAt` number — Timestamp for when the Shared Env Var was created.
  - `deletedAt` number — Timestamp for when the Shared Env Var was (soft) deleted.
  - `updatedAt` number — Timestamp for when the Shared Env Var was last updated.
  - `value` string — The value of the Shared Env Var.
  - `projectId` string[] — The unique identifiers of the projects which the Shared Env Var is linked to.
  - `type` 'encrypted' | 'plain' | 'sensitive' | 'system' — The type of this cosmos doc instance, if blank, assume secret.
  - `target` string[] — environments this env variable targets
  - `applyToAllCustomEnvironments` false | true — whether or not this env varible applies to custom environments
  - `customEnvironmentIds` string[] — The custom environment IDs that this Shared Env Var is scoped to.
  - `decrypted` false | true — whether or not this env variable is decrypted
  - `comment` string — A user provided comment that describes what this Shared Env Var is for.
  - `lastEditedByDisplayName` string — The last editor full name or username.

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `410`

---

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