Cloud APIs
StandardDataStoresApi_V1
listStandardDatastores

listStandardDatastores

Returns a list of data stores belonging to an experience.

Parameters

NameTypeDescription
universeIdIdentifierThe identifier of the experience with data stores that you want to access.
prefix?PrefixProvide to return only data stores 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: datastores } = await StandardDataStoresApi_V1.listStandardDatastores({ universeId: 5097539509 }); 

Example Data

[{ name: "InventoryStore", createdTime: 2023-09-16T11:03:03.868Z }] 

Endpoint

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