---
title: "List Assets"
method: GET
path: "/api/v1/assets"
tags: ["Assets"]
---

# List Assets

`GET /api/v1/assets`

Retrieve assets for the organization filtered by address, wallet ID, contract address, or tokenization ID

## Query parameters

- `address` string
- `walletId` string
- `contractAddress` string
- `tokenizationId` string
- `skip` integer
- `take` integer

## Headers

- `x-sdk-version` string

## Response `200`

Assets retrieved successfully

- SuccessResponse
  - `message` string, required — Response message
  - `data` object — Response data
  - `success` true, required — Indicates successful response
  - `status` integer, required — HTTP status code

## Other responses

- `404` — No assets found

## Changes

- **2025-12-11** `efcfd49884e7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/assets/get.md)

---

[API](https://skmtc.dev/oumla/apis/oumla-core-server.md) · [All operations](https://skmtc.dev/oumla/apis/oumla-core-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oumla/oumla-core-server/revisions/efcfd49884e7/schema)
