---
title: "List asset-library contents"
method: GET
path: "/v1/resources/{resourceId}/mint-assets"
tags: ["Resources"]
---

# List asset-library contents

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

List the assets in a workspace's asset library (`asset_library` resources only), newest first. Cursor-paginated. Filter by `assetType` to show one kind.

## Path parameters

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

## Query parameters

- `assetType` string — Only this asset kind (e.g. `model`).
- `cursor` string
- `limit` integer

## Response `200`

Library assets

- object
  - `items` object[], required
    - `assetId` string, required — Provider's asset id — the download-url handle.
    - `assetType` string, required — Provider's asset kind (model, world, image, audio, material).
    - `name` string — Title given at generation time, when the caller gave one.
    - `createdAt` string, required — ISO-8601 creation time.
    - `runId` string, required — The run that generated it.
  - `cursor` string — Opaque cursor — present when more assets exist.

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `404` — Resource 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/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/5abada71ceae?raw)
