slide_list_alerts
List alerts for backup and device issues, apply filters by agent, device, resolved status, or date range to identify problems like device offline or backup failures.
Instructions
List alerts (e.g. device offline, agent backup failed, storage low), filterable by device, agent, resolved status, and creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "created". | |
| agent_id | No | Filter alerts for a specific agent. | |
| resolved | No | Filter by whether the alert has been resolved. | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| device_id | No | Filter alerts for a specific device. | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |