---
title: "Get an invoice PDF URL"
method: GET
path: "/billing/history/{invoice_id}/pdf"
tags: ["billing"]
---

# Get an invoice PDF URL

`GET /billing/history/{invoice_id}/pdf`

Returns a temporary PDF download URL for an invoice the caller's org owns. The URL expires; re-request it rather than storing it.

## Path parameters

- `invoice_id` string, required — Billing history item ID to download.

## Response `200`

OK

- BillingHistoryInvoiceDownloadResponse — Response containing a temporary invoice download URL.
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `download_url` string, required — Direct download URL for the invoice PDF.
  - `expires_at` string, date-time, required — Timestamp when the download URL expires.

## Other responses

- `default` — Error

---

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