sophos_get_live_query_results
Retrieve results from a completed Live Discover query. Use pagination keys to navigate through multiple pages of data.
Instructions
Retrieve the results of a completed Live Discover query run. Uses key-based pagination: pass the nextKey from the previous response as page_from_key to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The query run ID to fetch results for | |
| page_size | No | Number of result rows per page (max 2000, default 200) | |
| tenant_id | Yes | The tenant ID the query was run against | |
| page_total | No | Whether to include total page and item counts in the response (default true) | |
| page_from_key | No | Pagination key from a previous response (pages.nextKey) to fetch the next page |