List Beszel Alerts
list_alertsRetrieve all configured alerts in Beszel, including thresholds and notification settings. Supports pagination, filtering by name or status, and sorting.
Instructions
List all configured alerts in Beszel including thresholds and notification settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| per_page | No | Number of results per page (default: 50) | |
| filter | No | PocketBase filter string (e.g. "name ~ 'server'" or "status = 'up'") | |
| sort | No | Sort order (e.g. "-created" for descending by created date) |