---
title: "GET /components"
method: GET
path: "/components"
tags: ["TEA Component"]
---

# GET /components

`GET /components`

Returns a list of TEA components. Note that multiple components may match.

## Query parameters

- `idType` 'CPE' | 'TEI' | 'PURL' | 'COMPLIANCE_DOCUMENT' — Enumeration of identifiers types
- `idValue` string
- `pageSize` integer
- `pageToken` string
- `sortField` 'name'
- `sortOrder` 'asc' | 'desc'

## Response `200`

A paginated response containing TEA Components

- PaginatedComponentResponse — A paginated response containing TEA Components
  - `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` Component[], required
    - `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

## Changes

- **2026-07-17** `a1fc035210ca` — 1 info
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became required for the status `200`
- **2026-06-03** `329e2334e92a` — 1 breaking
  - the response property `allOf[#/components/schemas/pagination-details]/nextPageToken` became optional for the status `200`
- **2026-03-13** `cd4307a3ff32` — 2 info
  - added the new optional `query` request parameter `idType`
  - added the new optional `query` request parameter `idValue`
- **2026-03-12** `966ee7965a6f` — 1 breaking, 2 warning, 4 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - deleted the `query` request parameter `idType`
  - deleted the `query` request parameter `idValue`
  - added the new optional `query` request parameter `pageToken`
  - …3 more
- **2026-03-12** `3f8e4daee7e5` — 1 info
  - added the required property `allOf[#/components/schemas/pagination-details]/hasNext` to the response with the `200` status

[Full history](https://skmtc.dev/cyclonedx/apis/transparency-exchange-api/changes/components/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/a1fc035210ca/schema)
