prtg_list_alarms
List sensors currently in Down, Warning, or other alarm states that match a filter to identify what needs attention.
Instructions
List sensors currently in a Down/Warning/Unusual/etc. alarm state that match a filter. PRTG's alerting surface - use this to find what's currently wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of objects to return (max 3000). Defaults to 100. | |
| filter | No | PRTG filter expression to narrow results, e.g. "status == 'Down'". See PRTG API v2 Overview: Filters. | |
| offset | No | Zero-based offset into the result set. Defaults to 0. | |
| sort_by | No | Comma-separated list of fields to sort by. Ascending by default; prefix a field with '-' for descending. | |
| include_all_channels | No | Include all channels per sensor. When false (default), only the primary channel and the Downtime channel are included. |