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

# GET /component/{uuid}/releases

`GET /component/{uuid}/releases`

Get releases of the component

## Path parameters

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

## Response `200`

Requested Releases of TEA Component found and returned

- Release[]
  - `uuid` string, uuid, required — A UUID
  - `component` string, uuid — A UUID
  - `version` string, required — Version number
  - `createdDate` string, date-time, required — Timestamp
  - `releaseDate` string, date-time — Timestamp
  - `preRelease` boolean — A flag indicating pre-release (or beta) status. May be disabled after the creation of the release object, but can't be enabled after creation of an object.
  - `identifiers` Identifier[] — List of identifiers for the component
    - `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
    - `idValue` string — Identifier value
  - `distributions` ReleaseDistribution[] — List of different formats of this component release
    - `distributionType` string — Unique identifier for the distribution type.
    - `description` string — Free-text description of the distribution.
    - `identifiers` Identifier[] — List of identifiers specific to this distribution.
      - `idType` 'CPE' | 'TEI' | 'PURL' — Enumeration of identifiers types
      - `idValue` string — Identifier value
    - `url` string, url — Direct download URL for the distribution.
    - `signatureUrl` string, url — Direct download URL for the distribution's external signature.
    - `checksums` Checksum[] — List of checksums for the distribution.
      - `algType` 'MD5' | 'SHA-1' | 'SHA-256' | 'SHA-384' | 'SHA-512' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'BLAKE2b-256' | 'BLAKE2b-384' | 'BLAKE2b-512' | 'BLAKE3' — Checksum algorithm
      - `algValue` string — Checksum value

## Other responses

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

## Changes

- **2025-08-17** `4c19b0fe0a36` — 1 info
  - added the optional property `items/distributions` to the response with the `200` status
- **2025-08-17** `61afa341d1d3` — 1 info
  - added the optional property `items/component` to the response with the `200` status
- **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-06-18** `d4e79c393266` — 1 warning
  - removed the optional property `items/distributions` from the response with the `200` status
- **2025-05-30** `cb60bef0485e` — 1 breaking, 1 info
  - removed the required property `items/distributions/items/id` from the response with the `200` status
  - added the optional property `items/distributions/items/distributionType` to the response with the `200` status

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