---
title: "Get list of all the artifacts of a specific type"
method: GET
path: "/artifacts/{artifact_family}/"
tags: ["artifacts"]
deprecated: true
---

# Get list of all the artifacts of a specific type

`GET /artifacts/{artifact_family}/`

> **Deprecated.**

Gets all artifacts that match the given type parameter

## Path parameters

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

## Query parameters

- `offset` integer
- `limit` integer
- `q` string
- `sort` string[]

## Response `200`

successfully retrieved all artifacts with the artifact_family

- Artifact[]
  - `name` string
  - `family` 'anaconda_project' | 'anaconda_env' | 'cve' | 'conda' | 'python' | 'cran' | 'notebook' | 'docker' | 'sbom'
  - `channel` string
  - `subchannel` string
  - `download_count` number
  - `privacy` 'private' | 'authenticated' | 'public' — channel privacy channel
  - `file_count` number — number of files (routes) in the artifact
  - `cve_count` number — number of CVE in the artifact files
  - `metadata` object — family specific fields such as base and version
  - `updated_at` string

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `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/versions/6aef0cb7a151/schema)
