---
title: "Get storm protection settings"
method: GET
path: "/monitors/storm-protection"
tags: ["Storm Protection"]
---

# Get storm protection settings

`GET /monitors/storm-protection`

Get the account-wide storm protection (alert grouping) settings. Returns defaults when not yet configured.

## Response `200`

- StormProtectionSettingsResponseDto
  - `isEnabled` boolean, required
  - `thresholdType` 'count' | 'percentage', required
  - `thresholdValue` integer, required
  - `windowMinutes` integer, required
  - `config` object, required
    - `groupPooling` boolean, required

---

[API](https://skmtc.net/uptimerobot/apis/uptimerobot-api.md) · [All operations](https://skmtc.net/uptimerobot/apis/uptimerobot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uptimerobot/uptimerobot-api/revisions/2b6fa8c427ba/schema)
