Radicas Docs
API referenceGenerated

List Detectors

GET
/anomalies/detectors

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/anomalies/detectors"
[  {    "id": "string",    "name": "string",    "metric_key": "string",    "method_key": "string",    "params": {},    "scope": {},    "window_minutes": 0,    "schedule_minutes": 0,    "enabled": true,    "is_system": true,    "last_run_at": "2019-08-24T14:15:22Z",    "last_status": "string",    "created_at": "2019-08-24T14:15:22Z"  }]