---
title: "Get specific artifact in current channel"
method: GET
path: "/channels/{channel_name}/artifacts/{artifact_family}/{artifact_name}"
tags: ["channels"]
---

# Get specific artifact in current channel

`GET /channels/{channel_name}/artifacts/{artifact_family}/{artifact_name}`

## Path parameters

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

## Response `200`

successfully returned an Artifact

- Artifact — The object stored in Repo in as few properties as possible
  - `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

- `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)
