v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Domain

Return a list of Threshold Alerts enabled to PANIC.

get/v1/threshold-alerts

Response

OK

statusinteger

Example response

{
  "status": 200,
  "result": [
    {
      "id": "62656ebafdb17d641746dcda",
      "created": "2022-04-01T00:00:00.000Z",
      "status": true,
      "name": "Cannot access validator",
      "value": "cannot_acccess_validator",
      "description": "Raised when a validator is unaccessible.",
      "group": "threshold_alert",
      "critical": {
        "enabled": true,
        "repeat_enabled": true,
        "threshold": 120,
        "repeat": 300
      },
      "warning": {
        "enabled": true
      }
    }
  ]
}