sophos_get_xdr_query_status
Retrieve the current status of a submitted XDR query run. Returns pending, started, or finished status along with result values like succeeded or failed.
Instructions
Check the status of a previously submitted XDR query run. Status values: pending | started | finished. Result values: notAvailable | succeeded | failed | timedOut | canceled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | The query run ID returned by sophos_run_xdr_query | |
| tenant_id | Yes | The tenant ID the query was run against |