---
title: "GET /componentRelease/{uuid}/collections"
method: GET
path: "/componentRelease/{uuid}/collections"
tags: ["TEA Component Release"]
---

# GET /componentRelease/{uuid}/collections

`GET /componentRelease/{uuid}/collections`

Get the TEA Collections belonging to the TEA Component Release

## Path parameters

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

## Query parameters

- `pageSize` integer
- `pageToken` string
- `sortField` 'version'
- `sortOrder` 'asc' | 'desc'

## Response `200`

A paginated response containing TEA Collections

- PaginatedCollectionResponse — A paginated response containing TEA Collections
  - `hasNext` boolean, required — A flag (to aid clients) to know whether there is a next page of results to fetch. `nextPageToken` will always be supplied, hence this hint is included to aid clients.
  - `nextPageToken` string, required — A token that can be used in a following request to retrieve the next page or results. It must always be supplied in responses.
  - `results` Collection[], required
    - `uuid` string, uuid — A UUID
    - `version` integer — TEA Collection version, incremented each time its content changes. Versions start with 1.
    - `date` string, date-time — Timestamp
    - `belongsTo` 'COMPONENT_RELEASE' | 'PRODUCT_RELEASE' — Indicates whether a collection belongs to a component release or a product release
    - `updateReason` CollectionUpdateReason — Reason for the update to the TEA collection
      - `type` 'INITIAL_RELEASE' | 'VEX_UPDATED' | 'ARTIFACT_UPDATED' | 'ARTIFACT_ADDED' | 'ARTIFACT_REMOVED' — Type of TEA collection update
      - `comment` string — Free text description
    - `artifacts` Artifact[] — List of TEA Artifact objects.
      - `uuid` string, uuid, required — A UUID
      - `version` integer — An integer with default value 1. Together with *uuid* uniquely identifies the TEA Artifact. This field can be used to designate successive, immutable revisions of an artefact content (e.g. an updated VEX file).
      - `name` string — Name of TEA Artifact
      - `type` 'ATTESTATION' | 'BOM' | 'BUILD_META' | 'CERTIFICATION' | 'FORMULATION' | 'LICENSE' | 'RELEASE_NOTES' | 'SECURITY_TXT' | 'THREAT_MODEL' | 'VULNERABILITIES' | 'OTHER', required — Specifies the type of external reference.
      - `createdDate` string, date-time — Timestamp
      - `distributionIds` Uuid[] — List of TEA Component Release distributions that this TEA Artifact applies to. If absent or empty, the TEA Artifact applies to all distributions.
      - `formats` ArtifactFormat[], required — List of objects with the same content, but in different formats. The order of the list has no significance.
        - `mediaType` string — The Media Type of the document
        - `description` string — A free text describing the TEA Artifact
        - `url` string, url — Direct download URL for the TEA Artifact
        - `signatureUrl` string, url — Direct download URL for an external signature of the TEA Artifact
        - `checksums` Checksum[] — List of checksums for the TEA Artifact
          - `algType` 'MD5' | 'SHA-1' | 'SHA-256' | 'SHA-384' | 'SHA-512' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'BLAKE2b-256' | 'BLAKE2b-384' | 'BLAKE2b-512' | 'BLAKE3', required — Checksum algorithm
          - `algValue` string, required — Checksum 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)
