---
title: "GET /artifact/{uuid}"
method: GET
path: "/artifact/{uuid}"
tags: ["TEA Artifact"]
---

# GET /artifact/{uuid}

`GET /artifact/{uuid}`

Get metadata for specific TEA artifact

## Path parameters

- `uuid` string, uuid, required — A UUID

## Response `200`

Requested TEA Artifact metadata found and returned

- Artifact — A security-related document
  - `uuid` string, uuid — A UUID
  - `name` string — Artifact name
  - `type` 'ATTESTATION' | 'BOM' | 'BUILD_META' | 'CERTIFICATION' | 'FORMULATION' | 'LICENSE' | 'RELEASE_NOTES' | 'SECURITY_TXT' | 'THREAT_MODEL' | 'VULNERABILITIES' | 'OTHER' — Specifies the type of external reference.
  - `distributionTypes` string[] — List of component distributions types that this artifact applies to. If absent, the artifact applies to all distributions.
  - `formats` ArtifactFormat[] — List of objects with the same content, but in different formats. The order of the list has no significance.
    - `mimeType` string — The MIME type of the document
    - `description` string — A free text describing the artifact
    - `url` string, url — Direct download URL for the artifact
    - `signatureUrl` string, url — Direct download URL for an external signature of the artifact
    - `checksums` Checksum[] — List of checksums for the artifact
      - `algType` 'MD5' | 'SHA-1' | 'SHA-256' | 'SHA-384' | 'SHA-512' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'BLAKE2b-256' | 'BLAKE2b-384' | 'BLAKE2b-512' | 'BLAKE3' — Checksum algorithm
      - `algValue` string — Checksum value

## Other responses

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

## Changes

- **2025-08-17** `4c19b0fe0a36` — 1 info
  - added the optional property `distributionTypes` to the response with the `200` status
- **2025-08-17** `23a67435984e` — 1 warning, 1 info
  - removed the optional property `formats/items/mime_type` from the response with the `200` status
  - added the optional property `formats/items/mimeType` to the response with the `200` status
- **2025-06-18** `d4e79c393266` — 1 warning
  - removed the optional property `distributionTypes` from the response with the `200` status
- **2025-05-30** `cb60bef0485e` — 1 warning, 1 info
  - removed the optional property `componentFormats` from the response with the `200` status
  - added the optional property `distributionTypes` to the response with the `200` status
- **2025-05-30** `af488cbbcf1d` — 1 info
  - added the optional property `componentFormats` to the response with the `200` status

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