query_view
Retrieve raw page results from a Notion database view by creating a temporary query, then automatically deleting it. Supports pagination with page_size and start_cursor.
Instructions
Query a Notion database view. Creates a temporary view query, fetches raw page results, then deletes the query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | View ID | |
| page_size | No | Maximum number of results to return | |
| start_cursor | No | Pagination cursor from a previous view query results response |