Radicas Docs
API referenceGenerated

Anomaly Catalog

GET
/anomalies/catalog

The bounded vocabulary the UI (or an agent) composes detectors from.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/anomalies/catalog"
{  "property1": [    null  ],  "property2": [    null  ]}