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

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

- **2025-08-17** `54266e0a8835` — 1 breaking
  - removed the required property `allOf[subschema #2]/results/items/components` from the response with the `200` status
- **2025-05-28** `7674cecad962` — 5 breaking, 3 warning, 8 info
  - for the `query` request parameter `pageSize`, default value was changed from `25` to `100`
  - removed the enum value `COMPLIANCE_DOCUMENT` from the `query` request parameter `idType`
  - the response property `allOf[subschema #2]/results` became optional for the status `200`
  - removed the required property `allOf[#/components/schemas/pagination-details]/hasNext` from the response with the `200` status
  - …12 more

[Change 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/4c19b0fe0a36/schema)
