sophos_get_xdr_query_results
Retrieve completed XDR query results with key-based pagination. Use the nextKey from the previous response to fetch the next page.
Instructions
Retrieve the results of a completed XDR 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 |