memμrondocs
Console
API REFERENCE

Neighborhood

Inspect the bounded graph neighborhood around a known memory.

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

Query parameters

memory_idstringrequired

hopsintegeroptional

scopestringoptional

GET/memuron/graph/neighborhood
curl https://api.memuron.com/memuron/graph/neighborhood
200 OK
{
  "status": "success",
  "center_memory_id": "artha_…",
  "hops": 2,
  "neighborhood": []
}