---
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

## Changes

- **2026-08-06** `c63e4b604dd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/slide/apis/slide-api/changes/v1/billing/invoice/:invoice_id/pdf/get.md)

---

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