GET https://apis.roblox.com/cloud/v1/assets/:assetId/versions
List Asset Versions of an Asset
assetId The unique identifier of the asset.
maxPageSize Specifies the number of asset versions to include in the response. Valid values range from 1 to 50 (inclusive). Defaults to 8 when not provided.
pageToken A token for pagination. The value is obtained from a previous request and allows for retrieving the next page of asset versions.
List all versions of a specific asset, with optional pagination.
GET https://apis.roblox.com/cloud/v1/assets/:assetId/versions List Asset Versions of an Asset assetId The unique identifier of the asset. maxPageSize Specifies the number of asset versions to include in the response. Valid values range from 1 to 50 (inclusive). Defaults to 8 when not provided. pageToken A token for pagination. The value is obtained from a previous request and allows for retrieving the next page of asset versions. List all versions of a specific asset, with optional pagination.