DQL queries
Query pages using DataView Query Language. DQL operates over frontmatter fields and supports multiple output modes.string
required
DQL query string.
Query modes
Aggregations
SQL-style aggregation queries over frontmatter fields.string
required
Frontmatter field to group by.
string
required
Comma-separated aggregation functions. Format:
function or function:field.count, avg, sum, min, max.
Refresh computed views
Trigger a refresh of all computed views (materialized DQL queries).Views refresh automatically on file writes. Use this endpoint to force a manual refresh after bulk imports or direct filesystem changes.
Backlinks
Get all pages that link to a given page via wiki links.string
required
File path to find backlinks for.