notion-blocks
Get blocks from specified Notion page.
notion-blocks [profile=PROFILE] page-id=PAGE-ID
- profile=PROFILE
- Profile name of Notion
- page-id=PAGE-ID
- GUID of Notion page.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | Profile name of Notion |
| id | String | Block ID | GUID format. |
| object | String | Object | e.g. block |
| type | String | Type | e.g. heading_1, paragraph, child_page |
| line | String | Text content | |
| created | String | Created at | |
| updated | String | Last edited at | |
| creator_name | String | Creator name | |
| last_editor_name | String | Last editor name | |
| creator_id | String | Creator ID | GUID format. |
| last_editor_id | String | Last editor ID | GUID format. |