Skip to main content
GET
/
environment
/
variables
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "name": "<string>",
      "description": "<string>",
      "value": "<string>",
      "encrypted": true,
      "default": true
    }
  ]
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

A list of environment variables

metadata
object
results
object[]