rozod
    Preparing search index...

    Variable getLocalizationTableTablesTableidEntriesConst Api Param

    getLocalizationTableTablesTableidEntries: EndpointGeneric<
        { cursor?: string; gameId?: number; tableId: string },
        {
            data: {
                createdTime: string;
                identifier: { context: string; key: string; source: string };
                metadata: { example: string; gameLocations: { path: string }[] };
                translations: {
                    feedbackCount: number;
                    locale: string;
                    translationText: string;
                    translator: { agentType: "User" | "Automation"; id: number };
                    updatedTime: string;
                }[];
            }[];
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://localizationtables.roblox.com/v1/localization-table/tables/:tableId/entries Gets a batch of entries for a table. tableId cursor If null, there are no more entries in the table and you've reached the last page. gameId