---
title: "GET /productRelease/{uuid}"
method: GET
path: "/productRelease/{uuid}"
tags: ["TEA Product Release"]
---

# GET /productRelease/{uuid}

`GET /productRelease/{uuid}`

Get a TEA Product Release

## Path parameters

- `uuid` string, uuid, required — A UUID

## Response `200`

Requested TEA Product Release found and returned

- ProductRelease — A specific release of a TEA product
  - `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
- `404` — Object requested by identifier not found

---

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