Get notes that link to a note
get_backlinksRetrieve notes that link to a specified note path, including snippets, to analyze cross-references and connections in your Obsidian vault.
Instructions
Return notes that link to the given path, with snippets. Same data as the backlinks field of get_note — use this when that's all you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path of the target note. | |
| limit | No |