---
title: "Given a package ID, returns the list of asset IDs for that package"
method: GET
path: "/v1/packages/{packageId}/assets"
tags: ["Inventories"]
deprecated: true
---

# Given a package ID, returns the list of asset IDs for that package

`GET /v1/packages/{packageId}/assets`

> **Deprecated.**

Packages have been migrated to bundles. Use catalog.roblox.com/v1/bundles/{bundleId}/details

## Path parameters

- `packageID` integer, required

## Response `200`

OK

- RobloxInventoryApiModelsAssetIdListModel — A model that contains a list of asset ids
  - `assetIds` integer[] — The asset ids

---

[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)
