---
title: "GET /component/{uuid}"
method: GET
path: "/component/{uuid}"
tags: ["TEA Component"]
---

# GET /component/{uuid}

`GET /component/{uuid}`

Get a TEA Component

## Path parameters

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

## Response `200`

Requested TEA Component found and returned

- Component — A TEA component
  - `uuid` string, uuid, required — A UUID
  - `name` string, required — Component name
  - `identifiers` Identifier[], required — List of identifiers for the component
    - `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

- **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
- **2025-09-13** `11cad9f1e5e2` — 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-09-13** `bf409a83ba58` — 1 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`
- **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`

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