---
title: "Gets a list of owners of an asset."
method: GET
path: "/v2/assets/{assetId}/owners"
tags: ["Assets", "Inventories", "Users"]
---

# Gets a list of owners of an asset.

`GET /v2/assets/{assetId}/owners`

## Path parameters

- `assetId` integer, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxInventoryApiV2AssetOwnerResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxInventoryApiV2AssetOwnerResponse[]
    - `id` integer
    - `collectibleItemInstanceId` string
    - `serialNumber` integer
    - `owner` RobloxWebResponsesRelatedEntityTypeResponseRobloxUsersClientAssociatedEntityType
      - `id` integer
      - `type` 1 | 2 — ['User' = 1, 'Group' = 2]
      - `name` string
    - `created` string, date-time
    - `updated` string, date-time

## Other responses

- `400` — 1: The asset id is invalid.
- `403` — 2: You do not have permission to view the owners of this asset.

---

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