zdx_list_device_deep_traces
Retrieve a list of deep-trace sessions for a ZDX device, returning full records with trace ID, status, session name, app, and timestamps. Use the trace ID for further deep-trace analysis.
Instructions
List deep-trace sessions for a ZDX device (full records).
Read-only. Returns one row per trace (id, status, session name, app, ISO
timestamps). Use a returned trace_id with the deep-trace metric/event tools
or zdx_get_device_deep_trace.
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. | |
| device_id | Yes |