API-get-one-pager
Retrieve a complete Notion page, including blocks, databases, comments, and properties, with configurable depth, parallel processing, and background execution for efficient data extraction.
Instructions
Recursively retrieve a full Notion page with all its blocks, databases, and related content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batchSize | No | Batch size for parallel processing (default: 10) | |
includeComments | No | Whether to include comments (default: true) | |
includeDatabases | No | Whether to include linked databases (default: true) | |
includeProperties | No | Whether to include detailed page properties (default: true) | |
maxDepth | No | Maximum recursion depth (default: 5) | |
maxParallelRequests | No | Maximum number of parallel requests (default: 15) | |
page_id | Yes | Identifier for a Notion page | |
runInBackground | No | Process request in background without timeout (default: true) | |
timeoutMs | No | Timeout in milliseconds (default: 300000) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Notion ReadOnly MCP Server
Related Tools
- @gabornyergesX/mcp-notion-server
- @Taewoong1378/notion-readonly-mcp-server
- @Taewoong1378/notion-readonly-mcp-server
- @Ejb503/systemprompt-mcp-notion
- @gabornyergesX/mcp-notion-server