Skip to content

graph

View the edges and connected memories surrounding a specific memory. Useful for understanding how a memory fits into the broader knowledge graph.

ParameterTypeRequiredDescription
idnumberYesMemory ID to explore
depthnumberNoTraversal depth (1-3, default: 1)

Returns the target memory plus all connected memories up to the specified depth, with edge types shown.

{
"id": 42
}
{
"id": 42,
"depth": 3
}