v3

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-08-014669239.7 KB
Store

Retrieve a Memory Store.

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

get/v1/ControlPlane/Stores/{storeId}

Response

Memory Store details retrieved successfully

displayNamestring 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.

descriptionstring

A human readable description of this resource, up to 128 characters.

idstring 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.

intelligenceServiceIdstring nullable required

The ID of the associated intelligence service that was provisioned for memory extraction.

versioninteger required

The current version number of the Memory Store. Incremented on each successful update.

Example response

{
  "displayName": "sandbox",
  "description": "A testing ground for development, training, and experimentation without affecting live user data",
  "id": "mem_store_00000000000000000000000000",
  "status": "ACTIVE",
  "intelligenceServiceId": "intelligence_service_00000000000000000000000000",
  "version": 3
}