rozod
    Preparing search index...

    Variable getOpencloudAssetidAssetidVersionVersionnumberConst Api Param Description

    getOpencloudAssetidAssetidVersionVersionnumber: EndpointGeneric<
        {
            Accept?: string;
            "Accept-Encoding"?: string;
            accessContext?: string;
            AssetFormat?: string;
            assetId: number;
            AssetType?: string;
            clientInsert?: number;
            contentRepresentationPriorityList?: string;
            doNotFallbackToBaselineRepresentation?: boolean;
            expectedAssetType?: string;
            modulePlaceId?: number;
            "Roblox-AssetFormat"?: string;
            "Roblox-Place-Id"?: number;
            scriptinsert?: number;
            serverplaceid?: number;
            skipSigningScripts?: boolean;
            versionNumber: number;
        },
        {
            assetMetadatas: { metadataType: 1; value: string }[];
            assetTypeId: number;
            contentRepresentationSpecifier: {
                fidelity: string;
                format: string;
                majorVersion: string;
            };
            errors: {
                Code: number;
                CustomErrorCode: | 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 14
                | 15
                | 16
                | 17
                | 18
                | 19
                | 20
                | 21;
                Message: string;
            }[];
            isArchived: boolean;
            isRecordable: boolean;
            location: string;
            requestId: string;
        },
        undefined,
    > = ...

    GET https://assetdelivery.roblox.com/v1/openCloud/assetId/:assetId/version/:versionNumber Retrieves an asset by its ID and version number with OpenCloud auth. assetId The ID of the asset to retrieve. versionNumber The version number of the asset to retrieve. Accept-Encoding Roblox-Place-Id AssetType Accept AssetFormat Roblox-AssetFormat skipSigningScripts clientInsert scriptinsert modulePlaceId serverplaceid expectedAssetType doNotFallbackToBaselineRepresentation contentRepresentationPriorityList accessContext 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.