notion_retrieve_page
Retrieve a Notion page's metadata including properties, parent, timestamps, and archived status by providing a page ID. Extract only needed fields to keep responses concise.
Instructions
Retrieves page metadata: properties, parent, timestamps, archived status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['content_saved_to', 'id']. Use ['none'] to return all fields. | |
| page_id | Yes | Page ID |