---
title: "Get list of artifact versions available for this artifact"
method: GET
path: "/artifacts/{artifact_family}/{artifact_name}/versions"
tags: ["artifacts"]
deprecated: true
---

# Get list of artifact versions available for this artifact

`GET /artifacts/{artifact_family}/{artifact_name}/versions`

> **Deprecated.**

## Path parameters

- `artifact_family` 'anaconda_project' | 'anaconda_env' | 'cve' | 'conda' | 'python' | 'cran' | 'notebook' | 'docker' | 'sbom', required
- `artifact_name` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

returns an array of versions associated with this artifact

- ArtifactVersion[]
  - `id` string
  - `version` integer
  - `name` string
  - `file_type` string — type of file
  - `created_at` string — the date the file was created
  - `updated_at` string — date of last update
  - `uploader` string — where was this uploaded (channel?)
  - `download_count` integer — the number of downloads

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
