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

---

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