---
title: "Download a billing document PDF"
method: GET
path: "/v1/billing-documents/{billing_document_id}/pdf"
tags: ["Billing Documents"]
---

# Download a billing document PDF

`GET /v1/billing-documents/{billing_document_id}/pdf`

Downloads a billing document PDF

## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage invoices (`invoices`) | View invoices (`invoices:read`) | Manage invoices (`invoices:write`) |

## Path parameters

- `billing_document_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- string, binary — A file represented as a base64-encoded string.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

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