Read Dataview Index
dataview.indexParse any Obsidian note to see all Dataview-indexed data: page metadata, list and task fields, plus query block locations. Understand what Dataview extracts from a note without running a query.
Instructions
Parse a single note and return everything Dataview would index from it: page-level metadata (title, aliases, tags, frontmatter fields), list-item fields, task-line fields, and both DQL and DataviewJS block locations. Read-only, runs locally (does NOT require the Local REST API). Use this to understand what Dataview sees in a note without running a query.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||