---
title: "Get bill pdf"
method: GET
path: "/bills/{bill_id}/pdf"
tags: ["Bills"]
---

# Get bill pdf

`GET /bills/{bill_id}/pdf`

Returns the pdf of a bill with specified bill_id as a file. Response will have 'Content-Type=application/pdf'. If a pdf is not available for the bill, returns a 500 error response.

## Path parameters

- `bill_id` string, required

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Response `200`

A PDF file

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `402` — Quota reached
- `403` — Permission denied
- `500` — Server error

---

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