---
title: "List data stores in an experience"
method: GET
path: "/datastores/v1/universes/{universeId}/standard-datastores"
tags: ["Data and memory stores"]
---

# List data stores in an experience

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

Returns a list of an experience's data stores.

## Path parameters

- `universeId` integer, required

## Query parameters

- `cursor` string, nullable
- `limit` integer
- `prefix` string, nullable

## Response `200`

- object
  - `data` OCV1DataStoresDataStore[] — An array of data stores in the target experience.
    - `name` string, binary — The name of your data store.
    - `createdTime` string, date-time, nullable — The timestamp of when the data store was created in the ISO time format.
  - `nextPageCursor` string, nullable — Indicates that there is more data available in the requested result set.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/40ce8069acc1/schema)
