---
title: "Gets all collectible assets owned by the specified user."
method: GET
path: "/v1/users/{userId}/assets/collectibles"
tags: ["Inventories", "Users"]
---

# Gets all collectible assets owned by the specified user.

`GET /v1/users/{userId}/assets/collectibles`

## Path parameters

- `userId` integer, required

## Query parameters

- `assetType` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94
- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxInventoryApiModelsCollectibleUserAssetModel
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxInventoryApiModelsCollectibleUserAssetModel[]
    - `userAssetId` integer — The user asset id
    - `serialNumber` integer — The serial number of the user asset
    - `assetId` integer — The asset id of the user asset
    - `name` string — The asset name of the asset
    - `recentAveragePrice` integer — The recent average price of the asset
    - `originalPrice` integer — The original price of the asset
    - `assetStock` integer — The recent average price of the user asset
    - `buildersClubMembershipType` 0 | 1 | 2 | 3 | 4 — The recent average price of the user asset ['None' = 0, 'BC' = 1, 'TBC' = 2, 'OBC' = 3, 'RobloxPremium' = 4]
    - `isOnHold` boolean — Whether the user asset has an active hold.

## Other responses

- `400` — The specified asset type(s) are invalid.
- `403` — The specified user's inventory is hidden.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ece7c5a315e7/schema)
