---
title: "Get Quote Pdf"
method: GET
path: "/api/v1/admin/quotes/{quote_id}/pdf"
tags: ["admin-quotes"]
---

# Get Quote Pdf

`GET /api/v1/admin/quotes/{quote_id}/pdf`

Get presigned download URL for a stored or option-specific quote PDF.

## Path parameters

- `quote_id` string, uuid, required

## Query parameters

- `delivery_option_id` string, uuid, nullable — Optional delivery option to render a transient option-specific quote PDF.

## Response `200`

Successful Response

- PdfDownloadResponse — Presigned URL response for PDF download.
  - `url` string, required
  - `filename` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
