sophos_run_saved_live_query
Execute a saved Live Discover query against endpoints using its query ID, and obtain a run ID to poll for status and results.
Instructions
Run a saved Live Discover query (from the query library) by its query ID. Returns a run ID to poll for status and results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | UUID of the saved Live Discover query to execute | |
| tenant_id | Yes | The tenant ID to run the query against | |
| variables | No | JSON array of variable objects: [{name, dataType, value, pivotType?}]. dataType values: double|integer|text|dateTime|boolean | |
| category_id | No | Category UUID the saved query belongs to (optional) | |
| endpoint_ids | No | Comma-separated list of endpoint UUIDs to target. If omitted, runs against all eligible endpoints. |