---
title: "Download invoice PDF"
method: GET
path: "/ar/invoices/{invoiceId}/pdf"
tags: ["Invoices"]
---

# Download invoice PDF

`GET /ar/invoices/{invoiceId}/pdf`

Downloads a PDF file for the specified invoice. The response includes a Content-Disposition header set to 'attachment' with the filename.

## Path parameters

- `invoiceId` string, uuid, required — ID for the invoice.

## Response `200`

## Other responses

- `404` — `invoiceId` not found

---

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