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

# GET /product/{uuid}

`GET /product/{uuid}`

Get a TEA Product by UUID

## Path parameters

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

## Response `200`

Requested TEA Product found and returned

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

## Other responses

- `400` — Request was Invalid
- `404` — Object requested by identifier not found

## Changes

- **2025-08-17** `23a67435984e` — 1 breaking
  - added the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` to the `path` request parameter `uuid`
- **2025-08-17** `54266e0a8835` — 1 breaking
  - removed the required property `components` from the response with the `200` status
- **2025-05-28** `7674cecad962` — 3 info
  - removed the pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$` from the `path` request parameter `uuid`
  - removed the `COMPLIANCE_DOCUMENT` enum value from the `identifiers/items/idType` response property for the response status `200`
  - added the required property `components` to the response with the `200` status

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