---
title: "Artifact Version Details"
method: GET
path: "/v1/artifacts/{name}/{version}"
tags: ["Artifacts"]
---

# Artifact Version Details

`GET /v1/artifacts/{name}/{version}`

retrieves details about a specified version of an artifact

## Path parameters

- `name` string, required
- `version` string, required

## Response `200`

OK

- ArtifactstoreVersion
  - `description` string
  - `distributions` object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/in-toto/apis/archivista-api.md) · [All operations](https://skmtc.net/in-toto/apis/archivista-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/in-toto/archivista-api/versions/fdbb68796477/schema)
