---
title: "GET /v3/environment-variable-groups/{id}/environment-variables"
method: GET
path: "/v3/environment-variable-groups/{id}/environment-variables"
tags: ["envVarGroups"]
---

# GET /v3/environment-variable-groups/{id}/environment-variables

`GET /v3/environment-variable-groups/{id}/environment-variables`

List variables in an environment variable group

## Path parameters

- `id` string, uuid, required

## Response `200`

Default Response

- TEnvironmentVariable[]
  - `key` string, required — Name or key of the environment variable, accessible via Deno.env or process.env
  - `description` string, nullable, required — Optional description of the environment variable
  - `updatedAt` string, date-time, nullable, required
  - `createdAt` string, date-time, required

---

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