Find paths between two notes.
Discovers how two notes are connected through intermediate notes, revealing hidden relationships.
Path Parameters
note_id*Note Id
target_id*Target Id
Query Parameters
max_paths?Max Paths
Maximum number of paths to return
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/zettel/string/path/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}