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

---

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