Get Note Backlinks
obsidian_get_backlinksRetrieve backlinks for a note to see which other notes link to it, revealing connections and related content.
Instructions
Get backlinks to a specific note (notes that link TO this note).
Useful for understanding how notes are connected and finding related content.
Returns: { "note": string, "backlinks": [{ "path": string }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the note | |
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |