---
title: "Get Quote Document"
method: GET
path: "/api/v1/quote/{dealhub_quote_id}/document"
tags: ["Quote Management"]
---

# Get Quote Document

`GET /api/v1/quote/{dealhub_quote_id}/document`

Retrieves the output document (e.g., PDF, Word) for a submitted quote. Use this endpoint to archive contracts or integrate quote documents into other systems.

By default, the endpoint returns the document in the format and template that the salesperson originally generated. You can use the optional `document_type` query parameter to request the document in a different format (e.g., `PDF`, `WORD`). However, this is only possible if the requested format has been enabled for the quote's playbook in the CPQ settings.

> 📘 Excel Files
>
> A quote document can only be retrieved in `EXCEL` format if the quote was explicitly configured to allow an Excel file output.

## Path parameters

- `dealhub_quote_id` string, required

## Query parameters

- `document_type` 'PDF' | 'WORD' | 'EXCEL'

## Response `200`

Success. Returns the document file.

## Other responses

- `400` — Bad Request. Document retrieval for a draft quote is not supported or the document type is invalid.
- `403` — Forbidden. Invalid or missing authentication token.

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
