---
title: "Download Questionnaire Pdf"
method: GET
path: "/api/questionnaire/{token}/download-pdf"
tags: ["questionnaire"]
---

# Download Questionnaire Pdf

`GET /api/questionnaire/{token}/download-pdf`

Download the generated PDF for a submitted questionnaire (public endpoint, no auth required).
Uses signed URLs for secure access to private bucket.
DEPRECATED: Use /download-pdfs instead for split PDFs by coverage.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
