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

# List Global Variables Endpoint

`GET /workflows/v1/global-variables`

List all global variables for the team, including the system-provided ones. Secrets are masked.

## Query parameters

- `category` string, nullable — Filter by category
- `search` string, nullable — Search by variable name
- `page` integer
- `size` integer

## Response `200`

Successful Response

- GlobalVariablesListResponse
  - `variables` GlobalVariableItem[], required
    - `_id` string, required
    - `name` string, required
    - `value` string
    - `description` string, nullable
    - `category` string, nullable
    - `is_secret` boolean
    - `is_system` boolean — Provided automatically for every team; cannot be edited or deleted.
    - `updated_at` string, date-time, nullable
  - `total` integer, required
  - `categories` unknown[]
    - unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-07** `9f4e7dc7e094` — 6 breaking, 4 warning, 3 info
  - response property `variables/items/updated_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `variables/items/category/anyOf[subschema #1]/` response property's maxLength was unset from `128` for the response status `200`
  - the `variables/items/description/anyOf[subschema #1]/` response property's maxLength was unset from `1024` for the response status `200`
  - the `variables/items/name` response property's maxLength was unset from `256` for the response status `200`
  - …9 more

[Change history](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/global-variables/get.md)

---

[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/35cbea12a781/schema)
