get_page_content
Retrieve structured content from a specific Roam Research page, including all nested child blocks up to five levels deep. Returns hierarchical markdown with timestamps, enabling easy integration and analysis of page data.
Instructions
Get the complete content of a specific page in Roam Research with all nested child blocks.
Retrieves all blocks on the specified page with their hierarchical structure,
including nested children up to 5 levels deep. Returns content in markdown format
with proper indentation to reflect the block hierarchy.
Args:
page_name: Exact name of the page to retrieve (case-sensitive)
Returns:
JSON string containing:
- result: Array of blocks with content and timestamps
- Each block includes: content (markdown), timestamp (edit time)
Examples:
get_page_content("Daily Notes")
get_page_content("Project Planning")
get_page_content("信用卡")
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_name | Yes |