🚧 Hexel Studio Data Platform docs are launching soon. Enterprise-grade data infrastructure, APIs, and SDKs — detailed guides arriving shortly.
from hx import Client client = Client() memories = client.memory.list( store_id="ms-your-store-id", user_id="user_123" )
{ "results": [ { "id": "mem_abc123", "memory": "User's name is Alex", "user_id": "user_123", "metadata": {"type": "identity"}, "created_at": "2025-01-04T00:00:00Z", "updated_at": "2025-01-04T00:00:00Z" } ], "count": 1 }
Was this page helpful?