| title | huntingQueryResults resource type |
|---|---|
| description | The results of the hunting query API |
| ms.date | 11/11/2022 |
| author | BenAlfasi |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security
The results of running a query for advanced hunting.
| Property | Type | Description |
|---|---|---|
| schema | microsoft.graph.security.singlePropertySchema collection | The schema for the response. |
| results | microsoft.graph.security.huntingRowResult collection | The results of the hunting query. |
The following JSON representation shows the resource type.
{
"schema": [{"@odata.type": "microsoft.graph.security.singlePropertySchema"}],
"results": [{"@odata.type": "microsoft.graph.security.huntingRowResult"}]
}