---
title: "List billing invoices"
method: GET
path: "/organizations/{organizationID}/billing/invoices"
tags: ["Billing"]
---

# List billing invoices

`GET /organizations/{organizationID}/billing/invoices`

Retrieves billing invoices for the specified organization.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Billing invoices

- BillingInvoicesResponse
  - `data` BillingInvoice[], required
    - `id` string, required
    - `invoice_number` string, required
    - `amount_due` number, double, required — Decimal amount due.
    - `currency` string, required
    - `invoice_date` string, date-time, required
    - `status` 'draft' | 'issued' | 'paid' | 'void' | 'synced', required
    - `invoice_pdf` string, nullable, required
  - `pagination_metadata` PaginationMetadata, required
    - `has_more` boolean, required
    - `next_cursor` string, nullable, required

## Other responses

- `400` — Error returned when the request is malformed or contains invalid parameters
- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `404` — Generic error response
- `5XX` — Unexpected Error

## Changes

- **2026-07-14** `fcbf82ebfc05` — 1 warning
  - deleted the `path` request parameter `organizationID`
- **2026-06-12** `e6cf7c4377e3` — 1 info
  - endpoint added
- **2026-04-15** `a2cc5189d200` — 1 breaking
  - api path removed without deprecation

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

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/cd97485f66fe?raw)
