---
title: "GET /products"
method: GET
path: "/products"
tags: ["TEA Product"]
---

# GET /products

`GET /products`

Returns a list of TEA products. Note that multiple products may match.

## Query parameters

- `pageOffset` integer
- `pageSize` integer
- `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
- `idValue` string

## Response `200`

A paginated response containing TEA Products

- PaginatedProductResponse — A paginated response containing TEA Products
  - `timestamp` string, date-time, required
  - `pageStartIndex` integer, required
  - `pageSize` integer, required
  - `totalResults` integer, required
  - `results` Product[]
    - `uuid` string, uuid, required — A UUID
    - `name` string, required — Product name
    - `identifiers` Identifier[], required — List of identifiers for the product, like TEI, CPE, PURL or other identifiers
      - `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
      - `idValue` string — Identifier value

## Other responses

- `400` — Request was Invalid

## Changes

- **2026-02-19** `ff24acccebf4` — 1 warning
  - removed the optional property `allOf[subschema #2]/results/items/cle` from the response with the `200` status
- **2026-02-10** `ff2cb26a75bf` — 1 info
  - added the optional property `allOf[subschema #2]/results/items/cle` to the response with the `200` status
- **2025-10-10** `e26ebd391d76` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2025-10-03** `d5d8bb24d678` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`
- **2025-09-22** `9c488d21fc27` — 1 info
  - api operation id `getTeaProductByIdentifier` removed and replaced with `queryTeaProducts`

[Full history](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/changes/products/get.md)

---

[API](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api.md) · [All operations](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyclonedx/transparency-exchange-api/revisions/ff24acccebf4/schema)
