SmartMemory
GET
/memory/zettel/{note_id}/random-walk

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": {}
    }
  ]
}