---
title: "Retrieves asset information for the specified asset ID. The authenticated user must be able to manage the asset
or granted by package permission."
method: GET
path: "/v2/assets/{id}/versions"
tags: ["Assets"]
deprecated: true
---

# Retrieves asset information for the specified asset ID. The authenticated user must be able to manage the asset
or granted by package permission.

`GET /v2/assets/{id}/versions`

> **Deprecated.**

Use OpenCloud Assets API instead.

## Path parameters

- `id` integer, required

## Query parameters

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

## Headers

- `Roblox-Place-Id` integer, required

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxApiDevelopAssetVersion
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxApiDevelopAssetVersion[]
    - `Id` integer — The VersionID of the asset version.
    - `assetId` integer — The ID of the asset.
    - `assetVersionNumber` integer — The version number.
    - `creatorType` string — Type of the asset version creator.
    - `creatorTargetId` integer — ID of the asset version creator.
    - `creatingUniverseId` integer — ID of the universe this asset version was created in.
    - `created` string, date-time — The created date of this asset version.
    - `isEqualToCurrentPublishedVersion` boolean — Indicates if this version is same to current published version. This property is available on /v1/{assetId}/published-versions and /v1/{assetId}/version/{versionNumber}.
    - `isPublished` boolean — Indicates if this version is / was published. This property is available on /v1/{assetId}/saved-versions. This should be true for all assets coming from GetAssetPublishedVersionsByAssetId

---

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