GET
/
v1
/
controls
/
items
cURL
curl --request GET \
  --url http://localhost/v1/controls/items \
  --header 'X-API-Key: <api-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[]