GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries
List entries
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.
datastoreName The name of the data store.
scope The value is global by default. See Scopes.
allScopes Set to true to return keys from all scopes.
prefix Provide to return only keys with this prefix.
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.
Returns a list of entry keys within a data store.
Entries marked deleted with a tombstone version are still included in the response if they have yet to be permanently deleted.
GET https://apis.roblox.com/cloud/v1/universes/:universeId/standard-datastores/datastore/entries List entries 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. datastoreName The name of the data store. scope The value is
global
by default. See Scopes. allScopes Set to true to return keys from all scopes. prefix Provide to return only keys with this prefix. 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. Returns a list of entry keys within a data store.Entries marked deleted with a tombstone version are still included in the response if they have yet to be permanently deleted.