SmartMemory
GET
/memory/zettel/{note_id}/backlinks

Get notes that link TO this note (backlinks).

Returns notes that reference this note, enabling bidirectional navigation through your knowledge graph.

Path Parameters

note_id*Note Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/zettel/string/backlinks"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}