GET
/
v1
/
controls
/
items
curl
curl -X GET "https://dev-partner-api.sannos.ai/v1/controls/items?controlId=value" \
  -H "X-API-Key: $EVE_COMPANY_KEY"
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "objective": "<string>",
      "itemId": "<string>",
      "clusterName": "<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

items
object[]