---
title: "Get artifact icon"
method: GET
path: "/icons/{digest}"
tags: ["icon"]
---

# Get artifact icon

`GET /icons/{digest}`

Get the artifact icon with the specified digest. As the original icon image is resized and encoded before returning, the parameter "digest" in the path doesn't match the hash of the returned content

## Path parameters

- `digest` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Success

- Icon
  - `content-type` string — The content type of the icon
  - `content` string — The base64 encoded content of the icon

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
