rozod
    Preparing search index...

    Variable postCreationsGetAssetDetailsConst Api Param

    postCreationsGetAssetDetails: EndpointGeneric<
        {},
        {
            assetId: number;
            assetType: string;
            created: string;
            creatorTargetId: number;
            creatorType: "User"
            | "Unknown"
            | "Group";
            description: string;
            isArchived: boolean;
            isCreatedForBundle: boolean;
            isDelisted: boolean;
            name: string;
            price: number;
            priceConfiguration: {
                premiumDiscountPercentage: number;
                premiumPriceInRobux: number;
                priceInRobux: number;
                priceOffset: number;
            };
            releaseConfiguration: {
                saleAvailabilityLocations: (
                    "Undefined"
                    | "Catalog"
                    | "AllUniverses"
                    | "MyUniverses"
                )[];
            };
            status: | "Moderated"
            | "Unknown"
            | "ReviewPending"
            | "ReviewApproved"
            | "OnSale"
            | "OffSale"
            | "DelayedRelease"
            | "Free";
            updated: string;
        }[],
        { AssetIds: number[] },
    > = ...

    POST https://itemconfiguration.roblox.com/v1/creations/get-asset-details Gets the asset status and other configuration details for the given assetIds list. body