Cloud APIs
StandardDataStoresApi_V1
standardDatastoreKeys

standardDatastoreKeys

Returns a list of entry keys within a data store.

Parameters

NameTypeDescription
universeIdIdentifierThe identifier of the experience with data stores that you want to access.
datastoreNamestringThe name of the data store.
scope?stringThe value is global by default.
allScopes?booleanSet to true to return keys from all scopes.
prefix?PrefixProvide to return only keys with this prefix.
limit?numberThe 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.
cursor?stringProvide to request the next set of data.

Example

const { data: keys } = await StandardDataStoresApi_V1.standardDatastoreKeys({
  universeId: 5097539509,
  datastoreName: "InventoryStore",
}); 

Example Data

["user/45348281"] 

Endpoint

GET /v1/universes/{universeId}/standard-datastores/datastore/entries