Skip to main content

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Query Parameters

None.

Response

Success Response (200 OK)

Response Fields

Environment Variable Object

Environment Value Object (environmentValueList)

Notes

  • Secret values (visible=false or globalVisible=false) are masked (returned as null) in list responses
  • Global variables have global=true and use globalValue
  • Environment-specific variables have global=false and use environmentValueList
  • Empty list ([]) is returned if no variables exist
  • For admin project, all variables are returned (including from other projects)

Error Response (401 Unauthorized)

Error Response (404 Not Found)

cURL Example

Permissions

  • User must have any permission in the project (read access)

Notes and Warnings

  • Secret Values:
    • Secret values are masked (returned as null) in list responses
    • Use Get Environment Variable endpoint to retrieve values if you have permission
  • Global vs Environment-Specific:
    • Global variables (global=true) have a single value for all environments
    • Environment-specific variables (global=false) have different values per environment
  • Admin Project:
    • For admin project, all variables are returned
    • Includes variables from other projects

Permissions

User must have any permission in the project (read access).