latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Environment Variables

Get list of environment variables

Retrieve a list of objects representing the user-defined variables within an environment.

get/projects/{projectId}/environments/{environmentId}/variables

Path parameters

projectIdstring required
environmentIdstring required

Response

idstring required

The identifier of EnvironmentVariable

created_atstring date-time nullable required

The creation date

updated_atstring date-time nullable required

The update date

namestring required

Name of the variable

attributesobject required

Arbitrary attributes attached to this resource

valuestring

Value of the variable

is_jsonboolean required

The variable is a JSON string

is_sensitiveboolean required

The variable is sensitive

visible_buildboolean required

The variable is visible during build

visible_runtimeboolean required

The variable is visible at runtime

application_scopestring[] required

Applications that have access to this variable

projectstring required

The name of the project

environmentstring required

The name of the environment

inheritedboolean required

The variable is inherited from a parent environment

is_enabledboolean required

The variable is enabled on this environment

is_inheritableboolean required

The variable is inheritable to child environments