---
title: "Download asset"
method: GET
path: "/asset/{id}"
tags: ["Assets"]
---

# Download asset

`GET /asset/{id}`

Download an uploaded asset. Readable without signing in only when it belongs to a public project; image types are served inline, everything else as an attachment.

## Path parameters

- `id` string, required

## Response `200`

The requested asset binary stream

## Other responses

- `304` — Not modified
- `403` — No access to this asset
- `404` — Asset not found

## Changes

- **2026-08-24** `08bbb5bedb5d` — 3 info
  - added the non-success response with the status `304`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2026-07-11** `09053e1c8b21` — 1 breaking
  - the response's body type/format changed from `object`/`` to `string`/`binary` for status `200`
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/asset/: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)
