GET
/
v1
/
controls
/
clusters
curl
curl -X GET "https://dev-partner-api.sannos.ai/v1/controls/clusters?controlId=value" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "activeClusters": [
    {
      "id": "<string>",
      "name": "<string>",
      "code": "<string>"
    }
  ],
  "archivedClusters": [
    {
      "id": "<string>",
      "name": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Query Parameters

controlId
string
required

Response

activeClusters
object[]
archivedClusters
object[]