---
title: "GET /discovery"
method: GET
path: "/discovery"
tags: ["TEA Discovery"]
---

# GET /discovery

`GET /discovery`

Discovery endpoint which resolves TEI into product release UUID.

## Query parameters

- `tei` string, required

## Response `200`

Discovery information for the requested TEI

- DiscoveryInfo[]
  - `productReleaseUuid` string, uuid, required — A UUID
  - `servers` TeaServerInfo[], required — Array of TEA server information
    - `rootUrl` string, uri, required — Root URL of the TEA server for this TEI without trailing slash
    - `versions` string[], required — Supported TEA API versions at this server without v prefix
    - `priority` number, float — Optional priority for this server (0.0 to 1.0, where 1.0 is highest priority)

## Other responses

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

## Changes

> 53 revisions in range; 44 could not be searched.

- **2025-05-28** `7674cecad962` — 1 breaking
  - api path removed without deprecation

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