---
title: "Download an invoice"
method: GET
path: "/companies/{companyId}/invoices/{invoiceId}/download"
tags: ["invoices"]
---

# Download an invoice

`GET /companies/{companyId}/invoices/{invoiceId}/download`

Download the invoice PDF with the matching invoiceId.

**NOTE:** The invoice must be in published status.

**Scope:** `invoices:read`

## Response `200`

Invoice found and downloaded successfully.

## Other responses

- `400` — Invoice is not in a published status
- `404` — Invoice not found

---

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