---
title: "GET /component/{uuid}/cle"
method: GET
path: "/component/{uuid}/cle"
tags: ["CLE"]
---

# GET /component/{uuid}/cle

`GET /component/{uuid}/cle`

Get the CLE (Common Lifecycle Enumeration) data for a TEA Component

## Path parameters

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

## Response `200`

CLE data for the requested TEA Component found and returned

- 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' | 'COMPLIANCE_DOCUMENT' — 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

---

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