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_idstringrequiredhopsintegeroptionalscopestringoptionalGET
/memuron/graph/neighborhoodcurl https://api.memuron.com/memuron/graph/neighborhood200 OK
{
"status": "success",
"center_memory_id": "artha_…",
"hops": 2,
"neighborhood": []
}