rozod
    Preparing search index...

    Variable getUniversesUniverseIdDatastoresConst Api Param Description

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

    GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores List data stores in an experience universeId The identifier of the experience with data stores that you want to access. You can copy your experience's Universe ID on the Creator Dashboard. cursor Provide to request the next set of data. See Cursors. 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. Returns a list of an experience's data stores.