list_alerts
Retrieve active alerts and conditions from all devices in NinjaOne, including severity, message, device info, and trigger time, with optional filtering by severity or device.
Instructions
List active alerts and conditions across all devices in NinjaOne. Returns alert UID, severity, message, device, and trigger time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | Filter alerts by severity level | |
| device_filter | No | Filter expression to limit devices (e.g., 'org = 123') | |
| page_size | No | Number of alerts to return | |
| after | No | Alert ID cursor for pagination |