get_view
Retrieve a Notion database view by its ID. Returns a curated summary or, optionally, the full raw view object including configuration.
Instructions
Retrieve one Notion database view by ID. Returns a curated summary (id, name, type, url, data_source_id); set include_config: true for the full raw Notion view object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | View ID | |
| include_config | No | Return the full raw Notion view objects (filter, sorts, configuration, parent) instead of the curated summary. Default false. |