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

# GET /artifact/{uuid}/{artifactVersion}

`GET /artifact/{uuid}/{artifactVersion}`

Get metadata for a specific revision of a specific TEA Artifact

## Path parameters

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

## Response `200`

Requested TEA Artifact metadata found and returned

- Artifact — A security-related document
  - `uuid` string, uuid, required — A UUID
  - `version` integer — An integer with default value 1. Together with *uuid* uniquely identifies the TEA Artifact. This field can be used to designate successive, immutable revisions of an artefact content (e.g. an updated VEX file).
  - `name` string — Name of TEA Artifact
  - `type` 'ATTESTATION' | 'BOM' | 'BUILD_META' | 'CERTIFICATION' | 'FORMULATION' | 'LICENSE' | 'RELEASE_NOTES' | 'SECURITY_TXT' | 'THREAT_MODEL' | 'VULNERABILITIES' | 'OTHER', required — Specifies the type of external reference.
  - `createdDate` string, date-time — Timestamp
  - `distributionIds` Uuid[] — List of TEA Component Release distributions that this TEA Artifact applies to. If absent or empty, the TEA Artifact applies to all distributions.
  - `formats` ArtifactFormat[], required — List of objects with the same content, but in different formats. The order of the list has no significance.
    - `mediaType` string — The Media Type of the document
    - `description` string — A free text describing the TEA Artifact
    - `url` string, url — Direct download URL for the TEA Artifact
    - `signatureUrl` string, url — Direct download URL for an external signature of the TEA Artifact
    - `checksums` Checksum[] — List of checksums for the TEA Artifact
      - `algType` 'MD5' | 'SHA-1' | 'SHA-256' | 'SHA-384' | 'SHA-512' | 'SHA3-256' | 'SHA3-384' | 'SHA3-512' | 'BLAKE2b-256' | 'BLAKE2b-384' | 'BLAKE2b-512' | 'BLAKE3', required — Checksum algorithm
      - `algValue` string, required — Checksum value

## 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/revisions/a1fc035210ca/schema)
