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

## Other responses

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

## Changes

> 53 revisions in range; 44 could not be searched.

- **2025-05-28** `7674cecad962` — 2 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`

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