---
title: "Download invoice"
method: GET
path: "/v1/invoices/{id}/download"
tags: ["Invoices"]
---

# Download invoice

`GET /v1/invoices/{id}/download`

Download the PDF of an existing invoice. If the invoice is in draft or open status, the PDF will be generated without redirect

## Path parameters

- `id` string, required

## Query parameters

- `lang` 'fr' | 'en' | 'de' | 'it' | 'nl' | 'es' | 'pt' | 'pl'
- `locale` string
- `as_redirect` union
  - boolean
  - 'true' | 'false'

## Response `200`

Download an invoice PDF file

## Other responses

- `302`
- `404` — Invoice or file not found

---

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