get_view
Retrieve a Notion database view by ID to get its summary or full configuration. Include config flag to access raw view details.
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. |