---
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

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
