---
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

- `pageOffset` integer
- `pageSize` integer
- `idType` 'CPE' | 'TEI' | 'PURL' | 'COMPLIANCE_DOCUMENT' — Enumeration of identifiers types
- `idValue` string

## Response `200`

A paginated response containing TEA Components

- PaginatedComponentResponse — A paginated response containing TEA Components
  - `timestamp` string, date-time, required
  - `pageStartIndex` integer, required
  - `pageSize` integer, required
  - `totalResults` integer, required
  - `results` 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' | 'COMPLIANCE_DOCUMENT' — Enumeration of identifiers types
      - `idValue` string — Identifier value

## Other responses

- `400` — Request was Invalid

## Changes

- **2026-02-25** `64b6f95fe8da` — 1 info
  - endpoint added
- **2025-05-28** `7674cecad962` — 1 breaking
  - api path removed without deprecation

[Change 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/64b6f95fe8da/schema)
