---
title: "Lists the bundles owned by a given user."
method: GET
path: "/v1/users/{userId}/bundles"
tags: ["Assets", "Avatars", "Interactions", "Users"]
---

# Lists the bundles owned by a given user.

`GET /v1/users/{userId}/bundles`

## Path parameters

- `userId` integer, required

## Query parameters

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

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxCatalogApiOwnedBundleModel
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxCatalogApiOwnedBundleModel[]
    - `id` integer
    - `name` string
    - `bundleType` string
    - `creator` RobloxCatalogApiBundleCreatorModel
      - `id` integer
      - `name` string
      - `type` string
      - `hasVerifiedBadge` boolean

## Other responses

- `400` — 1: Invalid bundle

---

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