v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Threat Hunting

Download a report

This API provides the option to download the threat hunt summary or a detailed report. The report becomes available once the threat hunt job is completed. The API provides a download URL in its response. Use the URL to download the report.

get/threathunting/v1/threathunts/{threatHuntID}/report

Path parameters

threatHuntIDinteger required

Specify the threat hunt ID. You can obtain the ID using the 'List all threat hunts API'.

Query parameters

reportType'File' | 'Summary' required

Specify the report Type. The 'File' report type provides a download URL for the File Level Report, and the 'Summary' report type provides a download URL for the snapshot summary report.

pageTokenstring

The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.

Response

Success