v51

OpenAPI 3.0.3raw.githubusercontent.com2026-06-2900319.8 KB

GetProjectVariables returns project variables.

get/v1/orgs/{org}/projects/{project}/variables

Path parameters

orgstring required

Org the project belongs to.

projectstring required

Project to get variables for.

Query parameters

environmentstring

Environment to get the variables for. If empty, only variables shared across all environments are returned.

forAllEnvironmentsboolean

If true, return variable values for all environments. Can't be used together with the "environment" option.

Response

A successful response.

variablesMapobject

Deprecated: Populated for backwards compatibility. (Renamed from "variables" to "variables_map").