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
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
}