---
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
  - `cle` Cle — Common Lifecycle Enumeration (CLE) object based on ECMA-428 TC54 TG3 CLE Specification v1.0.0. Contains lifecycle events and optional reusable definitions for a component or product.
    - `events` CleEvent[], required — Ordered array of CLE Event objects representing lifecycle events. MUST be ordered by ID in descending order (newest events with highest IDs first).
      - `id` integer, required — A unique, auto-incrementing integer identifier for the event
      - `type` 'released' | 'endOfDevelopment' | 'endOfSupport' | 'endOfLife' | 'endOfDistribution' | 'endOfMarketing' | 'supersededBy' | 'componentRenamed' | 'withdrawn', required — The type of CLE lifecycle event
      - `effective` string, date-time, required — ISO 8601 timestamp (UTC) when the event takes effect
      - `published` string, date-time, required — ISO 8601 timestamp (UTC) when the event was first published
      - `version` string — Version string (used by released event type)
      - `versions` CleVersionSpecifier[] — List of version specifiers affected by this event
        - `version` string — A specific version string
        - `range` string — A version range in vers format (e.g. "vers:npm/>=1.0.0|<2.0.0")
      - `supportId` string — Reference to a support policy ID defined in the definitions section
      - `license` string — License identifier (used by released event type)
      - `supersededByVersion` string — Version string that supersedes the affected versions (used by supersededBy event type)
      - `identifiers` Identifier[] — New identifiers for the component (used by componentRenamed event type)
        - `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
        - `idValue` string — Identifier value
      - `eventId` integer — ID of the event being withdrawn (used by withdrawn event type)
      - `reason` string — Human-readable explanation (used by withdrawn event type)
      - `description` string — Human-readable description of the event
      - `references` string[] — List of URLs to supporting documentation
    - `definitions` CleDefinitions — Container for reusable CLE policy definitions
      - `support` CleSupportDefinition[] — List of support policies
        - `id` string, required — Unique identifier for the support policy
        - `description` string, required — Human-readable description of the policy
        - `url` string, uri — URL to detailed documentation about this support policy

## Other responses

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

## Changes

- **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`
- **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/ff2cb26a75bf/schema)
