rozod
    Preparing search index...

    Variable getTagsConst Api Param

    getTags: EndpointGeneric<
        { tagIds: string[] },
        {
            data: {
                localizedDisplayName: string;
                name: string;
                status: "Success" | "MissingItem";
                tagId: string;
            }[];
        },
        undefined,
    > = ...

    GET https://itemconfiguration.roblox.com/v1/tags Gets the information for a list of tag Ids. tagIds