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

# List Products

`GET /products`

List all products in your workspace. Returns a summary view of each product with pagination support. Available on all plans.

## Query parameters

- `page` number — Page number (default 1).
- `pageSize` number — Number of results per page (default 50, max 100).

## Response `200`

Products retrieved successfully

- ProductSummary[] — Array of products.
  - `id` string, uuid, required — The product ID.
  - `name` string, required — The product name.
  - `icon` string, nullable, required — Product icon identifier.
  - `color` string, nullable, required — Product color hex code.
  - `createdAt` string, required — When the product was created (ISO 8601).
  - `updatedAt` string, required — When the product was last updated (ISO 8601).

## Other responses

- `400` — Bad request - invalid parameters
- `500` — Server error

---

[API](https://skmtc.net/greenflash-ai/apis/greenflash-api-reference.md) · [All operations](https://skmtc.net/greenflash-ai/apis/greenflash-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenflash-ai/greenflash-api-reference/versions/c566e560677d/schema)
