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

# List invoices

`GET /billing/invoices`

## Query parameters

- `company_id` string
- `customer_external_id` string, required
- `subscription_external_id` string, required
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` InvoiceResponseData[], required
    - `amount_due` integer, required
    - `amount_paid` integer, required
    - `amount_remaining` integer, required
    - `collection_method` string, required
    - `company_id` string, nullable
    - `created_at` string, date-time, required
    - `currency` string, required
    - `customer_external_id` string, required
    - `due_date` string, date-time, nullable
    - `ending_balance` integer, required
    - `environment_id` string, required
    - `external_id` string, nullable
    - `id` string, required
    - `payment_method_external_id` string, nullable
    - `provider_type` 'metronome' | 'orb' | 'schematic' | 'stripe', required
    - `starting_balance` integer, required
    - `status` 'draft' | 'open' | 'paid' | 'uncollectible' | 'void'
    - `subscription_external_id` string, nullable
    - `subtotal` integer, required
    - `updated_at` string, date-time, required
    - `url` string, nullable
  - `params` object, required — Input parameters
    - `company_id` string
    - `customer_external_id` string
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `subscription_external_id` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

## Changes

> 125 revisions in range; 61 could not be searched.

- **2026-07-15** `3baa54bf8b3f` — 2 warning
  - for the `query` request parameter `limit`, the max was set to `250.00`
  - for the `query` request parameter `limit`, the min was set to `0.00`
- **2026-07-13** `8dc48f048ad5` — 2 info
  - added the required property `data/items/ending_balance` to the response with the `200` status
  - added the required property `data/items/starting_balance` to the response with the `200` status
- **2026-06-05** `c0d7b479cd11` — 1 warning
  - added the new `metronome` enum value to the `data/items/provider_type` response property for the response status `200`

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

---

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