rozod
    Preparing search index...

    Variable getAssetsAssetIdConst Api Param Description

    getAssetsAssetId: EndpointGeneric<
        { assetId: string; readMask?: string },
        {
            assetId: number;
            assetType: string;
            creationContext: {
                creator: { groupId: number; userId: number };
                expectedPrice: number;
            };
            description: string;
            displayName: string;
            icon: string;
            moderationResult: { moderationState: string };
            path: string;
            previews: { altText: string; asset: string }[];
            revisionCreateTime: string;
            revisionId: string;
            socialLink: { title: string; uri: string };
            state: "Unspecified" | "Active" | "Archived";
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/v1/assets/:assetId Retrieve specific asset metadata. Include the readMask parameter for additional asset metadata. assetId The unique identifier of the asset. readMask Asset metadata fields to retrieve, including the description, display name, icon, social links, and previews. Examples: description%2CdisplayName, previews%2CtwitchSocialLink. Retrieve specific asset metadata.