Cloud APIs
StandardDataStoresApi_V2
listStandardDataStoreEntries

listStandardDataStoreEntries

Lists entries for a standard datastore.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to get data store entries for.
prefix?PrefixProvide to return only data store entries with this prefix.
limit?numberThe maximum number of data store entries to return. The service might return fewer than this value. If unspecified, at most 10 data store entries are returned. The maximum value is 256 and higher values are set to 256.
cursor?stringThe paging cursor for the previous or next page.

Example

await StandardDataStoresApi_V2.listStandardDataStoreEntries({
  universeId: 5097539509,
  dataStore: "InventoryStore",
}); 

Example Data

[
  {
    path: "universes/5097539509/data-stores/InventoryStore/entries/user/45348281",
    id: "user/45348281",
  },
] 

Endpoint

GET /v2/universes/{universe}/data-stores/{data-store}/entries
GET /v2/universes/{universe}/data-stores/{data-store}/scopes/{scope}/entries