---
title: "List an asset's downloadable files"
method: GET
path: "/v1/resources/{resourceId}/mint-assets/files"
tags: ["Resources"]
---

# List an asset's downloadable files

`GET /v1/resources/{resourceId}/mint-assets/files`

Returns every file one library asset currently has, each with a freshly minted download URL — GET a `url` to stream the bytes. One upstream read, so this reflects the provider's present truth; an asset with nothing downloadable answers an empty list.

## Path parameters

- `resourceId` string, required — Resource identifier (ULID).

## Query parameters

- `assetId` string, required — Asset id from the library listing.

## Response `200`

The asset's downloadable files

- object
  - `items` object[], required
    - `format` string, required — Stable file name — pass it to `/mint-assets/download-url` (e.g. `glb`, `spz-500k`, `basecolor`).
    - `url` string, required — Freshly minted download URL. Short-lived and never stored — ask again rather than keeping it.

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `404` — Resource or asset not found
- `500` — Internal server error

## Changes

- **2026-09-25** `5abada71ceae` — 52 warning
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `401`
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `403`
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `404`
  - added the new `IDENTITY_ALREADY_LINKED` enum value to the `errorCode` response property for the response status `500`
  - …48 more
- **2026-09-23** `fadab791136c` — 4 warning
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `401`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `403`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `404`
  - added the new `X402_UNBOUNDED_PRICE` enum value to the `errorCode` response property for the response status `500`
- **2026-09-11** `9874d9e34fcf` — 4 info
  - added the optional property `errorCode` to the response with the `401` status
  - added the optional property `errorCode` to the response with the `403` status
  - added the optional property `errorCode` to the response with the `404` status
  - added the optional property `errorCode` to the response with the `500` status

[Change history](https://skmtc.dev/monid/apis/monid-api/changes/v1/resources/:resourceId/mint-assets/files/get.md)

---

[API](https://skmtc.dev/monid/apis/monid-api.md) · [All operations](https://skmtc.dev/monid/apis/monid-api/llms.txt) · [OpenAPI document](https://skmtc.dev/monid/apis/monid-api/revisions/99cc8f5bdff4?raw)
