---
title: "List Invoices"
method: GET
path: "/api/billing/invoices"
tags: ["Billing"]
---

# List Invoices

`GET /api/billing/invoices`

Every invoice created in one UTC calendar month, for the Transactions panel.

The default view («Recent», the 20 newest) rides on ``/subscription`` —
this endpoint only answers a chosen month, so the page never lists the
same invoices twice.

## Query parameters

- `month` string, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `aec0744a2cd1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/explee/apis/explee-api/changes/api/billing/invoices/get.md)

---

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