---
title: "Download the PDF for a quote"
method: GET
path: "/api/quotes/{quoteId}/pdf"
tags: ["Quote"]
---

# Download the PDF for a quote

`GET /api/quotes/{quoteId}/pdf`

The document is rendered when you call this, from the
quote's current state and the tenant's PDFs & Emails settings, so it is the same document
the product's Download button produces rather than a stored copy of one sent earlier. The
file name carries the quote's revision letter when it has one.

## Path parameters

- `quoteId` string, required

## Response `200`

The quote PDF

## Other responses

- `404` — No quote with that id, or the quote is deleted
- `500` — The renderer did not produce a usable document

## Changes

- **2026-09-17** `dea755e5a8ab` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/changes/api/quotes/:quoteId/pdf/get.md)

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/bae242bf0067?raw)
