---
title: "Download a report"
method: GET
path: "/threathunting/v1/threathunts/{threatHuntID}/report"
tags: ["Threat Hunting"]
---

# Download a report

`GET /threathunting/v1/threathunts/{threatHuntID}/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.

## Path parameters

- `threatHuntID` integer, required

## Query parameters

- `reportType` 'File' | 'Summary', required
- `pageToken` string

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — The request either did not include an authentication token, or you have provided an expired authentication token.
- `404` — The requested resource was not found.
- `500` — Internal Server Error

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
