---
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

---

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