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

# List all Products

`GET /products`

List all Products

## Query parameters

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

## Headers

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

## Response `200`

OK

- Stable20240730ListResponseModel
  - `items` Stable20240730ProductResponse[], required — Products
    - `id` string, required — Product ID
    - `name` string, required — Name of the Product, this appears within Sequence's dashboard.
    - `label` string — The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
    - `taxCategoryId` string — The internal ID of the tax category associated with this product.
    - `createdAt` string, required — Time at which the Product was first created, in ISO 8601 format (UTC). This is set by the server and cannot be changed. Expect millisecond precision.
    - `updatedAt` string, required — Time at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.
  - `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

- **2026-06-18** `fc7ed702d7b6` — 1 warning, 1 info
  - removed the optional property `items/items/archivedAt` from the response with the `200` status
  - added the optional property `items/items/taxCategoryId` to the response with the `200` status

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/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)
