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

---

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