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

# Get asset

`GET /assets/{code}`

## Path parameters

- `code` string, required

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `asset` Asset — Attachment (signed URL)
      - `code` string
      - `name` string, nullable — Filename
      - `created_at` string, date-time
      - `url` string, uri — Short-lived signed URL (do not cache)

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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