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

## Other responses

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

## Changes

- **2026-03-11** `397c41d0b6c9` — 1 warning
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `identifiers/items/idType` response property for the response status `200`
- **2026-02-25** `58cce150dfbe` — 1 info
  - removed the `COMPLIANCE_DOCUMENT` enum value from the `identifiers/items/idType` response property for the response status `200`
- **2026-02-25** `64b6f95fe8da` — 1 warning
  - added the new `COMPLIANCE_DOCUMENT` enum value to the `identifiers/items/idType` response property for the response status `200`
- **2026-02-19** `ff24acccebf4` — 1 warning
  - removed the optional property `cle` from the response with the `200` status
- **2026-02-10** `ff2cb26a75bf` — 1 info
  - added the optional property `cle` to the response with the `200` status

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