---
title: "Download report PDF"
method: GET
path: "/v2/Project/{projectId}/Report/{reportId}/download"
tags: ["Report"]
---

# Download report PDF

`GET /v2/Project/{projectId}/Report/{reportId}/download`

Generates and downloads a PDF of the SumoQuote Report in its current state

## Path parameters

- `projectId` string, uuid, required — The Id of the SumoQuote Project
- `reportId` string, uuid, required — The Id of the SumoQuote Report

## Response `200`

Success

- DownloadPDFResponsePublicApiResponse
  - `message` string, nullable — Information Message
  - `errors` string[], nullable — Error messages
  - `data` DownloadPDFResponse
    - `fileUrl` string, nullable
  - `continuation` string, nullable — Continuation Token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.dev/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.dev/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
