v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBThreat Hunting
List all threat hunts
Displays a list of all the existing threat hunts.
get/threathunting/v1/threathunts
Query parameters
searchNamestring
Specify the name of the threat hunt to search and list all the threat hunts that match the name.
scanStatus[]string[]
Specify the scan status of the threat hunt to search and list the threat hunts based on scan statuses. The status can be 'Running', 'Queued', 'Completed', 'Cancelled', or 'Failed'.
resourceTypes[]string[]
Specify the resource types and list the threat hunts based on resource types. The resource types can be 'VMware'.
scanResult[]string[]
Specify the scan result of the threat hunt to search and list the threat hunts based on scan results. The scan result can either be 'File matches found' or 'File matches not found'.
pageTokenstring
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Response
OK