---
title: "getJourneyEnvironmentVariables"
method: GET
path: "/v1/journey/environment-variables"
tags: ["Journeys"]
---

# getJourneyEnvironmentVariables

`GET /v1/journey/environment-variables`

List the organization's environment variables that a journey block may use as an options source. Only Map variables that currently hold a valid value are returned. Intended for the journey builder's authoring UI; requires a journey authoring token, not an environments token.

## Response `200`

Map environment variables available as an options source

- JourneyEnvironmentVariablesResponse
  - `items` object[], required
    - `key` string, required
    - `type` 'Map', required
    - `value` EnvironmentMap, required
      - `fallbackLanguage` string
      - `options` EnvironmentMapEntry[], required
        - `key` string, required
        - `value` union, required
          - string
          - object
    - `description` string

## Other responses

- `401` — Authorization token missing
- `403` — Not permitted to read this organization's journeys
- `502` — Environment resolver unavailable

## Changes

- **2026-09-03** `34abe2de400e` — 1 info
  - endpoint added

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

---

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