---
title: "List Invoices"
method: GET
path: "/api/billing/invoices"
---

# List Invoices

`GET /api/billing/invoices`

Legal invoices for the signed-in user: ``{"invoices": [{doc_number,
doc_date, total, currency, status, public_url, pdf_url}]}``. Free users
(no Stripe customer yet) get an empty list, not an error.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/openshorts/apis/fastapi.md) · [All operations](https://skmtc.dev/openshorts/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openshorts/fastapi/revisions/8085a0ce516b/schema)
