---
title: "Get collection tokens by ID or type"
method: GET
path: "/api/v1/tokenization/collection/tokens"
tags: ["tokenization"]
---

# Get collection tokens by ID or type

`GET /api/v1/tokenization/collection/tokens`

List tokens in a collection, optionally filtered by type, with pagination.

## Query parameters

- `skip` number
- `take` number
- `id` string, required
- `type` 'MINT' | 'BURN'

## Headers

- `x-sdk-version` string, required

## Response `200`

Collection tokens by ID or type

- GetCollectionTokensResponseDto
  - `tokens` TokenMintOrBurnItemDto[]
    - `id` string
    - `status` string
    - `type` string
    - `metaData` object
    - `addressId` string
    - `amount` string
    - `createdAt` string
    - `updatedAt` string
    - `transactionHash` string
    - `tokenId` string
  - `total` number

## Other responses

- `400` — Bad request or validation failed. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-010 | The request could not be processed. | | ERR-022 | Invalid pagination parameters. |
- `401` — Unauthorized – invalid or missing token. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-008 | You need to sign in to continue. | | ERR-011 | Your session is invalid or expired. Please sign in again. |
- `403` — Forbidden – insufficient permissions. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-009 | You don't have permission to do that. | | ERR-410 | Error occurred |
- `404` — Resource not found. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-066 | Contract not found. | | ERR-068 | Collection not found. | | ERR-006 | The requested resource was not found. |
- `500` — Internal server error. **Applicable error codes and client messages** The response body contains one of the following error codes and the corresponding client-facing message. | Code | Client message | |------|----------------| | ERR-019 | Something went wrong on our side. | | ERR-999 | An unexpected error occurred. Please try again. |

## Changes

- **2026-04-21** `bdac7e47d1c2` — 35 warning
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - …31 more
- **2026-03-13** `86f37d72f0a0` — 41 breaking, 21 warning, 14 info
  - the `query` request parameter `type` was restricted to a list of enum values
  - the `header` request parameter `x-sdk-version` became required
  - the `query` request parameter `id` became required
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - …72 more
- **2026-01-31** `13aade479509` — 7 breaking, 1 warning, 15 info
  - removed the enum value `BURN` from the `query` request parameter `type`
  - removed the enum value `MINT` from the `query` request parameter `type`
  - removed the required property `message` from the response with the `200` status
  - removed the required property `status` from the response with the `200` status
  - …19 more
- **2025-12-11** `efcfd49884e7` — 1 info
  - endpoint added

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