Cloud APIs
StandardDataStoresApi_V2
listStandardDataStores

listStandardDataStores

Returns a list of data stores belonging to an experience.

Parameters

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

Example

const { data: datastores } = await StandardDataStoresApi_V2.listStandardDataStores({
  universeId: 5097539509,
  prefix: "Ba",
}); 

Example Data

[{ path: "universes/5097539509/data-stores/Bans", id: "Bans" }] 

Endpoint

GET /v2/universes/{universeId}/data-stores