---
title: "Changes to Get collection tokens by ID or type"
method: GET
path: "/api/v1/tokenization/collection/tokens"
---

# Changes to Get collection tokens by ID or type

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 12 revisions.

- **2026-04-21** `bdac7e47d1c2` — 35 warning
- **2026-03-13** `86f37d72f0a0` — 41 breaking, 21 warning, 14 info
- **2026-01-31** `13aade479509` — 7 breaking, 1 warning, 15 info
- **2025-12-11** `efcfd49884e7` — 1 info

## 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`
  - added the new `ERR_147` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_237` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_237` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_237` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_237` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_237` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_238` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_238` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_238` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_238` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_238` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_239` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_239` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_239` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_239` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_239` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_240` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_240` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_240` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_240` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_240` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_241` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_241` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_241` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_241` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_241` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
  - added the new `ERR_242` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `400`
  - added the new `ERR_242` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `401`
  - added the new `ERR_242` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `403`
  - added the new `ERR_242` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `404`
  - added the new `ERR_242` enum value to the `allOf[#/components/schemas/ApiErrorResponseDto]/code` response property for the response status `500`
- **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`
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - the response's body type/format changed from `object`/`` to ``/`` for status `403`
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - the response's body type/format changed from `object`/`` to ``/`` for status `500`
  - the response property `code` became optional for the status `400`
  - the response property `code` became optional for the status `401`
  - the response property `code` became optional for the status `403`
  - the response property `code` became optional for the status `404`
  - the response property `code` became optional for the status `500`
  - the response property `message` became optional for the status `400`
  - the response property `message` became optional for the status `401`
  - the response property `message` became optional for the status `403`
  - the response property `message` became optional for the status `404`
  - the response property `message` became optional for the status `500`
  - the `tokens/items/createdAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `tokens/items/updatedAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `total` response's property type/format changed from `integer`/`` to `number`/`` for status `200`
  - removed the required property `category` from the response with the `400` status
  - removed the required property `category` from the response with the `401` status
  - removed the required property `category` from the response with the `403` status
  - removed the required property `category` from the response with the `404` status
  - removed the required property `category` from the response with the `500` status
  - removed the required property `path` from the response with the `400` status
  - removed the required property `path` from the response with the `401` status
  - removed the required property `path` from the response with the `403` status
  - removed the required property `path` from the response with the `404` status
  - removed the required property `path` from the response with the `500` status
  - removed the required property `statusCode` from the response with the `400` status
  - removed the required property `statusCode` from the response with the `401` status
  - removed the required property `statusCode` from the response with the `403` status
  - removed the required property `statusCode` from the response with the `404` status
  - removed the required property `statusCode` from the response with the `500` status
  - removed the required property `timestamp` from the response with the `400` status
  - removed the required property `timestamp` from the response with the `401` status
  - removed the required property `timestamp` from the response with the `403` status
  - removed the required property `timestamp` from the response with the `404` status
  - …36 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
  - removed the required property `status` from the response with the `404` status
  - removed the required property `success` from the response with the `200` status
  - removed the required property `success` from the response with the `404` status
  - removed the optional property `data` from the response with the `200` status
  - for the `query` request parameter `id`, the minLength was decreased from `1` to `0`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `500`
  - added the optional property `requestId` to the response with the `404` status
  - added the optional property `tokens` to the response with the `200` status
  - added the optional property `total` to the response with the `200` status
  - the response property `errors/items/field` became required for the status `404`
  - the response property `errors/items/message` became required for the status `404`
  - added the required property `category` to the response with the `404` status
  - added the required property `code` to the response with the `404` status
  - added the required property `path` to the response with the `404` status
  - added the required property `statusCode` to the response with the `404` status
  - added the required property `timestamp` to the response with the `404` status
- **2025-12-11** `efcfd49884e7` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/oumla/apis/oumla-core-server/docs/api/v1/tokenization/collection/tokens/get.md) · [API](https://skmtc.dev/oumla/apis/oumla-core-server.md) · [Page](https://skmtc.dev/oumla/apis/oumla-core-server/changes/api/v1/tokenization/collection/tokens/get)
