zdx_list_applications
Retrieve active ZDX applications with their name, ZDX score, and impact signals. Filter results by location, department, or geographic region within a specified time window.
Instructions
List active ZDX applications.
Read-only. Returns one row per application (id, name, ZDX score, impact
signals). Filter by location/department/geo and the since HOURS window.
Use a returned id with zdx_get_application, zdx_get_application_metric,
or zdx_list_application_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | ||
| location_id | No | ||
| department_id | No |