Perform random walk for serendipitous discovery.
Takes a random path through the knowledge graph, potentially revealing unexpected insights.
Path Parameters
note_id*Note Id
Query Parameters
length?Length
Walk length (1-10)
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/zettel/string/random-walk"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Query Reasoning
Query reasoning traces. Use cases: - "Why did I choose Python?" → finds reasoning traces mentioning Python decisions - artifact_id → finds reasoning that CAUSES this artifact
Read Around
Return a contract-shaped centered conversation window for a recall hit. Errors: 400 ``budget_too_small`` — ``char_budget`` too small to fit the centered chunk. 404 ``not_found`` — ``item_id`` not accessible under the caller's scope.