zdx_list_alerts
Retrieve ongoing ZDX alerts with filtering by location, department, or time window. Returns triage information including severity, type, and impacted device count.
Instructions
List ongoing ZDX alerts.
Read-only. Returns one triage row per ongoing alert (id, rule, severity,
type, start time, impacted-device count). Filter by location/department/geo
and the since HOURS window (max 336h). Use a returned alert id with
zdx_get_alert or zdx_list_alert_affected_devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Optional JMESPath expression applied to the results after the API call, for client-side filtering and projection. Field names are exactly what the Zscaler API returns. Examples: "[?enabled==`true`]", "[*].{name: name, id: id}", "length(@)". Omit to get the full records. | |
| since | No | ||
| geo_id | No | ||
| offset | No | ||
| location_id | No | ||
| department_id | No |