---
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' | 'COMPLIANCE_DOCUMENT' — 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' | 'COMPLIANCE_DOCUMENT' — Enumeration of identifiers types
      - `idValue` string — Identifier value

## Other responses

- `400` — Request was Invalid

## Changes

- **2026-03-11** `397c41d0b6c9` — 1 warning, 1 info
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `allOf[subschema #2]/results/items/identifiers/items/idType` response property for the response status `200`
  - added the new enum value `COMPLIANCE_DOCUMENT` to the `query` request parameter `idType`
- **2026-02-25** `58cce150dfbe` — 1 breaking, 1 info
  - removed the enum value `COMPLIANCE_DOCUMENT` from the `query` request parameter `idType`
  - removed the `COMPLIANCE_DOCUMENT` enum value from the `allOf[subschema #2]/results/items/identifiers/items/idType` response property for the response status `200`
- **2026-02-25** `64b6f95fe8da` — 1 warning, 1 info
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `allOf[subschema #2]/results/items/identifiers/items/idType` response property for the response status `200`
  - added the new enum value `COMPLIANCE_DOCUMENT` to the `query` request parameter `idType`
- **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

[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/f75ffe67bce3/schema)
