---
title: "List sandbox environment variables"
method: GET
path: "/sandbox-environment-variables"
tags: ["Sandbox Environment Variables"]
---

# List sandbox environment variables

`GET /sandbox-environment-variables`

List configured custom sandbox environment variable keys for a project without exposing secret values.

## Query parameters

- `projectId` string, uuid — Project to inspect. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

## Response `200`

OK

- object
  - `environmentVariables` object[], required — Stored environment variable names. Secret values are omitted.
    - `key` string, required — Stored environment variable name.

---

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