latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Project Variables

Get a project variable

Retrieve a single user-defined project variable.

get/projects/{projectId}/variables/{projectVariableId}

Path parameters

projectIdstring required
projectVariableIdstring required

Response

idstring required

The identifier of ProjectVariable

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