---
title: "Get assets by codes"
method: GET
path: "/assets"
tags: ["Assets"]
---

# Get assets by codes

`GET /assets`

## Query parameters

- `codes` string[], required

## Response `200`

OK

- object
  - `message` string, required
  - `status` boolean, required
  - `error` boolean, required
  - `data` object
    - `assets` Asset[]
      - `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

---

[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)
