---
title: "Get Collections"
method: GET
path: "/api/v1/tokenization/collections"
tags: ["Tokenization"]
---

# Get Collections

`GET /api/v1/tokenization/collections`

Get list of collections with pagination

## Query parameters

- `skip` integer
- `take` integer

## Headers

- `x-sdk-version` string

## Response `200`

Successfully retrieved collections

- CollectionsResponse — Collections response object
  - `collections` CollectionData[]
    - `id` string
    - `status` string
    - `type` string, nullable
    - `displayName` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `network` 'tBTC' | 'tETH' | 'AVAX' | 'FUJI' | 'SANDBOX'
    - `collectionMetadata` object
      - `name` string
      - `symbol` string
      - `standard` string, nullable
      - `contractAddress` string, nullable
  - `total` integer
  - `message` string

## Other responses

- `400` — Invalid pagination parameters (Possible error codes: ERR_022)
- `401` — You need to sign in to continue (Possible error codes: ERR_008)
- `403` — You don't have permission to do that (Possible error codes: ERR_009)
- `500` — Internal Server Error

## Changes

- **2026-01-31** `13aade479509` — 1 breaking, 8 info
  - the response's body type changed from no type to `object` for status `200`
  - removed `#/components/schemas/SuccessResponse, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - …5 more

[Change history](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/tokenization/collections/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/13aade479509/schema)
