---
title: "Download avatar"
method: GET
path: "/user/avatar/{id}"
tags: ["User"]
---

# Download avatar

`GET /user/avatar/{id}`

Download a user avatar by its avatar ID. Public, immutable, and cache-friendly: the id changes whenever the avatar is replaced.

## Path parameters

- `id` string, required

## Response `200`

The avatar image

## Other responses

- `304` — Not modified
- `404` — Avatar not found

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/user/avatar/:id/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
