Skip to main content
GET
/
environment
/
variables
/
{variable}
/
usage
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "type": "<string>",
      "identifier": "<string>",
      "name": "<string>"
    }
  ]
}

Path Parameters

variable
string
required

Environment variable

Query Parameters

space
string

Space Identifier

Response

A list of configurations that use the variable

metadata
object
results
object[]