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

- `idType` 'CPE' | 'TEI' | 'PURL' | 'COMPLIANCE_DOCUMENT' — Enumeration of identifiers types
- `idValue` string
- `pageSize` integer
- `pageToken` string
- `sortField` 'name'
- `sortOrder` 'asc' | 'desc'

## Response `200`

A paginated response containing TEA Products

- PaginatedProductResponse — A paginated response containing TEA Products
  - `hasNext` boolean, required — A flag (to aid clients) to know whether there is a next page of results to fetch. `nextPageToken` will always be supplied, hence this hint is included to aid clients.
  - `nextPageToken` string, required — A token that can be used in a following request to retrieve the next page or results. It must always be supplied in responses.
  - `results` Product[], required
    - `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-07-17** `a1fc035210ca` — 1 info
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became required for the status `200`
- **2026-06-03** `329e2334e92a` — 1 breaking
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became optional for the status `200`
- **2026-04-05** `a1fc035210ca` — 1 breaking
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
- **2026-03-13** `cd4307a3ff32` — 2 info
  - added the new optional `query` request parameter `idType`
  - added the new optional `query` request parameter `idValue`
- **2026-03-12** `3f8e4daee7e5` — 2 info
  - the response property `allOf[subschema #2]/results` became required for the status `200`
  - added the required property `allOf[#/components/schemas/pagination-details]/hasNext` 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/a1fc035210ca/schema)
