---
title: "Download a document in PDF format."
method: GET
path: "/documents/{id}/download"
tags: ["Document"]
---

# Download a document in PDF format.

`GET /documents/{id}/download`

Download a document. Returns a document in PDF format.

## Path parameters

- `id` integer, required

## Response `200`

Document PDF file.

## Other responses

- `202` — Document PDF has not generated yet. You should try to download again later.
- `400` — The request is malformed.
- `401` — Authorization information is missing or invalid.
- `404` — Non-existent resource is requested.
- `422` — Validation errors occured.
- `500` — Internal server error.

---

[API](https://skmtc.dev/swaggerhub/apis/billingo-api-v3.md) · [All operations](https://skmtc.dev/swaggerhub/apis/billingo-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/billingo-api-v3/revisions/03576cabefad/schema)
