---
title: "Download an invoice PDF"
method: GET
path: "/v1/billing/invoice/{invoice_id}/pdf"
tags: ["Billing"]
---

# Download an invoice PDF

`GET /v1/billing/invoice/{invoice_id}/pdf`

Returns the invoice PDF. The document is fetched from the billing provider at request time.

## Path parameters

- `invoice_id` string, required

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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