---
title: "Get a PDF copy of a document"
method: GET
path: "/documents/{id}/pdf"
tags: ["Documents"]
---

# Get a PDF copy of a document

`GET /documents/{id}/pdf`

Gets a PDF copy of a document by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

Document PDF

- DocumentPdfShowResponse — An object with an URL to the PDF file
  - `location` string, url, required — The URL, that can be used to download the PDF file

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `503` — Service Unavailable

---

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