---
title: "Retrieve a Memory Store."
method: GET
path: "/v1/ControlPlane/Stores/{storeId}"
tags: ["Store"]
---

# Retrieve a Memory Store.

`GET /v1/ControlPlane/Stores/{storeId}`

Retrieve the details of a specific Memory Store by its unique ID.

## Response `200`

Memory Store details retrieved successfully

- Store
  - `displayName` string, required — Provides a unique and addressable name to be assigned to this Store. This name is assigned by the developer and can be used in addition to the ID. It is intended to be human-readable and unique within the account.
  - `description` string — A human readable description of this resource, up to 128 characters.
  - `id` string, required — The unique identifier for the Memory Store
  - `status` 'QUEUED' | 'PROVISIONING' | 'ACTIVE' | 'FAILED', required — The current status of the Memory Store. A store begins in the QUEUED state as it is scheduled for processing. It then moves to PROVISIONING at the beginning of processing. It transitions to ACTIVE once all dependent resources are provisioned, including Conversational Intelligence capabilities. If there is an issue provisioning resources, the store will move to the FAILED state.
  - `intelligenceServiceId` string, nullable, required — The ID of the associated intelligence service that was provisioned for memory extraction.
  - `version` integer, required — The current version number of the Memory Store. Incremented on each successful update.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — This error indicates that you have sent too many requests to the API. You should retry according to the `Retry-After` response header.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/twilio/apis/memory-v1.md) · [All operations](https://skmtc.net/twilio/apis/memory-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/memory-v1/revisions/5fb6167593e7/schema)
