---
title: "Gets a list of owners of a collectible item."
method: GET
path: "/v2/collectible-items/{collectibleItemId}/owners"
tags: ["Assets", "Inventories", "Users"]
---

# Gets a list of owners of a collectible item.

`GET /v2/collectible-items/{collectibleItemId}/owners`

## Path parameters

- `collectibleItemId` string, required

## Query parameters

- `limit` integer
- `cursor` string
- `sortOrder` 1 | 2

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxInventoryApiV2CollectibleItemOwnerResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxInventoryApiV2CollectibleItemOwnerResponse[]
    - `collectibleItemInstanceId` string
    - `serialNumber` integer
    - `owner` RobloxWebResponsesRelatedEntityTypeResponseRobloxUsersClientAssociatedEntityType
      - `id` integer
      - `type` 1 | 2 — ['User' = 1, 'Group' = 2]
      - `name` string

## Other responses

- `400` — 1: The collectible item id is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: You do not have permission to view the owners of this item.

---

[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/756260310407/schema)
