zeasm_list_findings
Retrieve a list of EASM findings for your organization, including risk scores and impacted assets for each finding.
Instructions
List EASM findings for an organization.
Read-only. Returns one triage row per finding (id, category, type, status,
risk level/score, impacted asset, first/last seen) rather than the raw SDK
record. Use the returned id with zeasm_get_finding_details,
zeasm_get_finding_evidence, or zeasm_get_finding_scan_output.
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. | |
| org_id | Yes |