memμrondocs
Console
API REFERENCE

Get a memory

Fetch one memory by ID from the active organization.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Path parameters

memory_idstringrequired

GET/memuron/memories/{memory_id}
curl https://api.memuron.com/memuron/memories/{memory_id}
200 OK
{
  "status": "success",
  "memory": {
    "id": "artha_…",
    "content": "prefers dark mode",
    "scope": ["space.work"]
  }
}