---
title: "Resolve Global Variables Endpoint"
method: GET
path: "/workflows/v1/global-variables/resolve"
tags: ["Global Variables"]
---

# Resolve Global Variables Endpoint

`GET /workflows/v1/global-variables/resolve`

Resolve all global variables for the team into a {name: value} dict.

UI-facing: system-provided credentials are masked (see :func:`_mask_system_secrets`). Execution services
use the internal route below, which returns real values.

## Response `200`

Successful Response

- ResolvedGlobalVariablesResponse
  - `variables` object — Resolved {name: value} map

## Other responses

- `422` — Validation Error

---

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