list_views
Retrieve a curated summary of Notion database views by database or data source ID. Optionally include full view configuration and paginate results.
Instructions
List Notion database views. Pass exactly one of database_id or data_source_id. Returns a curated summary of each view (id, name, type, url, data_source_id) plus pagination cursors; set include_config: true for the full raw Notion view objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Maximum number of views to return | |
| database_id | No | Database ID | |
| start_cursor | No | Pagination cursor from a previous response | |
| data_source_id | No | Data source ID | |
| include_config | No | Return the full raw Notion view objects (filter, sorts, configuration, parent) instead of the curated summary. Default false. |