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

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

## Response `200`

A paginated response containing TEA Product Releases

- PaginatedProductReleaseResponse — A paginated response containing TEA Product Releases
  - `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` ProductRelease[], required
    - `uuid` string, uuid, required — A UUID
    - `product` string, uuid — A UUID
    - `productName` string — Name of the TEA Product this release belongs to
    - `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' | 'COMPLIANCE_DOCUMENT' — 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

---

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