---
title: "List environment variables"
method: GET
path: "/v1/environments/{environmentId}/environment-variables"
tags: ["environments"]
---

# List environment variables

`GET /v1/environments/{environmentId}/environment-variables`

List all environment variables for an environment

## Path parameters

- `environmentId` string, required — The ID of the environment

## Response `200`

The list of environment variables

- object[]
  - `id` string, required
  - `key` string, required
  - `value` string, required
  - `isSecret` boolean, required
  - `createdAt` string, date-time, required

## Other responses

- `400` — 400
- `404` — 404

## Changes

- **2026-08-11** `605de0884cc9` — 1 info
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/alpic/apis/alpic-api/changes/v1/environments/:environmentId/environment-variables/get.md)

---

[API](https://skmtc.dev/alpic/apis/alpic-api.md) · [All operations](https://skmtc.dev/alpic/apis/alpic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alpic/alpic-api/revisions/262875478562/schema)
