get_page
Retrieve a Notion page's properties and optionally its content blocks. Specify the page ID and set include_content to true to fetch all blocks.
Instructions
Get a Notion page with its properties and optionally content.
Args: page_id: The ID of the page include_content: Whether to fetch page content blocks (auto-paginates all blocks)
Returns: Page info with properties and optionally content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| include_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||