rozod
    Preparing search index...

    Variable getAssetsAssetIdConst Param

    getAssetsAssetId: EndpointGeneric<
        { assetId: string; readMask?: string },
        {
            assetId: number;
            assetType: string;
            creationContext: {
                assetPrivacy: "default" | "restricted" | "openUse";
                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 Asset · BETA

    Retrieve specific asset metadata.

    Scopes: asset:read

    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.