retrieve-block
Retrieve a Notion block by ID to access its content and metadata. Choose markdown for readability or JSON for full API response.
Instructions
Retrieve a single block by its ID. Returns block content and metadata. Use format='markdown' (default) for human-readable output, 'json' for full Notion API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | Block or page ID | |
| format | No | Output format: 'simple' or 'json' |