---
title: "Retrieves an asset by its ID and version number with OpenCloud auth."
method: GET
path: "/asset-delivery-api/v1/assetId/{assetId}/version/{versionNumber}"
tags: ["Assets"]
---

# Retrieves an asset by its ID and version number with OpenCloud auth.

`GET /asset-delivery-api/v1/assetId/{assetId}/version/{versionNumber}`

Refer to the assetId endpoint for details on usage.
This endpoint is expected to be called with API key authentication through `apis.roblox.com/asset-delivery-api/v1/assetId/{assetId}/version/{versionNumber}`.
While you are able to make requests to this endpoint with Cookie authentication via `assetdelivery.roblox.com/v1/openCloud/assetId/{assetId}/version/{versionNumber}`, we highly discourage use this way.
Expect unannounced removal of this second route in the future.

## Path parameters

- `assetId` integer, required
- `versionNumber` integer, required

## Query parameters

- `skipSigningScripts` boolean
- `clientInsert` integer
- `scriptinsert` integer
- `modulePlaceId` integer
- `serverplaceid` integer
- `expectedAssetType` string
- `doNotFallbackToBaselineRepresentation` boolean
- `contentRepresentationPriorityList` string
- `accessContext` string
- `usageContext` integer

## Headers

- `Accept-Encoding` string
- `Roblox-Place-Id` integer
- `AssetType` string
- `Accept` string
- `AssetFormat` string
- `Roblox-AssetFormat` string

## Response `200`

OK

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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