Skip to main content
GET
/
environment
/
candidates
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "name": "<string>",
      "matches": [
        {
          "type": "<string>",
          "metadata": {},
          "payload": {}
        }
      ]
    }
  ]
}

Query Parameters

space
string

Space Identifier

Response

A list of candidate environment variables

metadata
object
results
object[]