rozod
    Preparing search index...

    Variable getUniversesUniverseIdDatastoresConst Param See Deprecated

    getUniversesUniverseIdDatastores: EndpointGeneric<
        {
            cursor?: null
            | string;
            limit?: number;
            prefix?: null | string;
            universeId: number;
        },
        {
            data: { createdTime: null
            | string; name: File }[];
            nextPageCursor: null | string;
        },
        undefined,
    > = ...

    List Data Stores · BETA

    Returns a list of an experience's data stores.

    Lua equivalent: DataStoreService:ListDataStoresAsync Scopes: universe-datastores.control:list

    universeId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. cursor Provide to request the next set of data. limit The maximum number of items to return. Each call only reads one partition, so it can return fewer than the given value when running out of objectives on one partition. prefix Provide to return only data stores with this prefix. GET https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores Prefer the v2 alternative(s) listed above.