---
title: "List all billing products"
method: GET
path: "/billing-products"
tags: ["Prices"]
---

# List all billing products

`GET /billing-products`

List all products with billing prices

## Query parameters

- `limit` integer
- `after` string
- `before` string
- `name` string
- `taxCategoryId` string
- `recognitionMethod` string

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Response `200`

OK

- ListBillingProductsResponse
  - `items` BillingProduct[], required — Billing products
    - `id` string, required — Unique Product ID
    - `name` string, required — The customer-facing name of this Product
    - `label` string, required — The internal descriptive name of this item
    - `sequenceAccountId` string, required — Sequence Account ID
    - `createdAt` string, required — Created at
    - `updatedAt` string, required — Updated At
    - `prices` unknown[], required — Prices
      - unknown
    - `taxCategoryName` string — The tax category associated with the product
    - `recognitionMethod` 'STRAIGHT_LINE' | 'USAGE' | 'MILESTONE' | 'POINT_IN_TIME', required
  - `pagination` PaginationMeta, required — Results pagination
    - `after` string — Cursor for the page after this (if it exists)
    - `before` string — Cursor for the page before this (if it exists)
    - `totalResultSize` integer — Total number of entries across all pages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 192 could not be searched.

- **2026-06-13** `02acff42af53` — 1 warning, 1 info
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/billing-products/get.md)

---

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