---
title: "Get Unlocked Items"
method: GET
path: "/api/gamification/items/unlocked"
tags: ["gamification"]
---

# Get Unlocked Items

`GET /api/gamification/items/unlocked`

Get all items unlocked by the authenticated user with full item details.

Returns a list of unlocked items with full marketplace details plus unlock timestamps.

## Query parameters

- `pricing_variant` 'default' | 'paid_tokens' — Which shop pricing to apply. Cohort bucketing for the paid_token_exp experiment happens client-side (see paid_token_exp_treatment_allocation / paid_token_exp_legacy_cutoff_timestamp in /api/config), so the client tells the backend which price column applies for a given request.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- UnlockedItemResponse[]
  - `id` string, required
  - `key` string, required
  - `name` string, required
  - `description` string, nullable
  - `item_type` string, required
  - `unlock_type` 'free' | 'purchasable' | 'premium' | 'special', required — Item unlock types.
  - `token_price` integer, nullable
  - `available_from` string, date-time, nullable
  - `available_until` string, date-time, nullable
  - `sort_order` integer
  - `created_at` string, date-time, required
  - `user_id` string, required
  - `item_id` string, required
  - `unlocked_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
