obsidian_history
List saved file-history versions of a note by selecting it with its file name or exact path.
Instructions
List the saved file-history versions of a note, selecting it by file name or exact path.
Wraps the CLI's history Verb. Returns the version history (snapshots/sync revisions) recorded for a single note — not a list of recently-modified notes. Provide one of file or path to select the note.
Parameters: file (optional) — note name using wikilink resolution (e.g. 'My Note') path (optional) — exact vault-relative path (e.g. 'folder/My Note.md') One of file or path is required.
Examples: obsidian_history({ file: "Project Plan" }) obsidian_history({ path: "Daily/2026-05-20.md" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | File name (wikilink resolution) | |
| path | No | Exact file path |