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

# GET /productReleases

`GET /productReleases`

Returns a list of TEA product releases. Note that multiple product releases 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 Product Releases

- object
  - `timestamp` string, date-time, required
  - `pageStartIndex` integer, required
  - `pageSize` integer, required
  - `totalResults` integer, required
  - `results` ProductRelease[]
    - `uuid` string, uuid, required — A UUID
    - `product` string, uuid — A UUID
    - `version` string, required — Version number of the product release
    - `createdDate` string, date-time, required — Timestamp
    - `releaseDate` string, date-time — Timestamp
    - `preRelease` boolean — A flag indicating pre-release (or beta) status. May be disabled after the creation of the release object, but can't be enabled after creation of an object.
    - `identifiers` Identifier[] — List of identifiers for the product release
      - `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
      - `idValue` string — Identifier value
    - `components` ComponentRef[], required — List of component references that compose this product release. A component reference can optionally include the UUID of a specific component release to pin the exact version.
      - `uuid` string, uuid, required — A UUID
      - `release` string, uuid — A UUID

## Other responses

- `400` — Request was Invalid

## Changes

- **2025-08-17** `61afa341d1d3` — 1 info
  - added the optional property `allOf[subschema #2]/results/items/product` to the response with the `200` status
- **2025-08-17** `54266e0a8835` — 1 info
  - endpoint added
- **2025-05-28** `7674cecad962` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/changes/productReleases/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)
