---
title: "Get OTA information for a specific binary type with a given version on some channel.
Returns empty list if no updates are found or channel/application with the given version does not exist in CVS."
method: GET
path: "/v2/ota-version/{binaryType}"
tags: ["Metadata"]
---

# Get OTA information for a specific binary type with a given version on some channel.
Returns empty list if no updates are found or channel/application with the given version does not exist in CVS.

`GET /v2/ota-version/{binaryType}`

## Path parameters

- `binaryType` string, required

## Query parameters

- `channel` string
- `version` string
- `tag` string
- `name` string

## Response `200`

OK

- RobloxClientSettingsApiModelsResponseOtaVersionResponse[]
  - `name` string — Ota library/plugin name
  - `version` string — Version number of asset
  - `downloadUrl` string — URL to download the ota asset
  - `isStandalone` boolean — Refers to whether the plugin is core to Studio functions, and is used to determine when it is loaded.
  - `assetId` string — The asset ID of the LuaApp OTA.
  - `assetVersion` string — The asset version of the LuaApp OTA.
  - `maxAppVersion` string — The maximum application version compatible with the LuaApp OTA.
  - `tryoutName` string — The name of the tryout for the LuaApp OTA.
  - `localAssetURI` string — The local asset URI for the LuaApp OTA.
  - `isForcedUpdate` boolean — Indicates whether the LuaApp OTA is a forced update.
  - `appStorageResetId` string — The application storage reset ID for the LuaApp OTA.
  - `isDevelopmentConfig` boolean — Indicates whether the LuaApp OTA is a development configuration.
  - `assetsManifest` object — Inlined assets manifest for the LuaApp OTA.
  - `versionV2` integer — VersionV2 of the OTA asset.

## Other responses

- `400` — 2: Invalid binaryType. 4: Invalid app version. 6: Missing or invalid channel. 7: Unsupported binaryType.
- `401` — 5: Not authorized to perform this action.

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/997412c1cdd2/schema)
