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

# Get Asset

`GET /asset/{id}`

Download an uploaded asset by ID

## Path parameters

- `id` string, required

## Response `200`

The requested asset binary stream

## Changes

- **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/09053e1c8b21/schema)
