AurionAI Docs

List Security Rules

GET
/api/v1/security/rules

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

tenant_id?|null
limit?Limit
Default50
Range1 <= value <= 500
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/security/rules"
[
  {
    "dedup_window_seconds": 900,
    "description": "string",
    "enabled": true,
    "event_type": "string",
    "id": "string",
    "name": "string",
    "notify_channels": [],
    "severity": "string",
    "tenant_id": "string",
    "threshold": 0,
    "window_seconds": 0
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}