> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Page

Retrieves a Page object using the ID in the request path. This endpoint exposes page properties, not page content.

<Note>
  External Documentation

  To learn more, visit the [Notion documentation](https://developers.notion.com/reference/retrieve-a-page).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                                                                   |
  | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Page ID   | The ID of the page to retrieve. <br />Note: Only pages with titles will appear in the autofill. If the relevant page name does not appear, manually add it's ID instead. <br />The ID can be found in the suffix of the page's web link, e.g. the page in link `https://www.notion.so/Blink-Is-Awesome-d132f3904fbc45329chjc7b1d52661e5` will have the id `d132f3904fbc45329chjc7b1d52661e5`. |
</div>

## Example Output

```json theme={"dark"}
{
	"object": "<string>",
	"id": "<string>",
	"created_time": "2017-03-23T04:19:46.531Z",
	"last_edited_time": "2006-01-26T09:29:53.395Z",
	"created_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"last_edited_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"cover": null,
	"icon": null,
	"parent": {
		"type": "<string>",
		"database_id": "<string>"
	},
	"archived": false,
	"in_trash": false,
	"properties": {
		"Warranty": {
			"id": "<string>",
			"type": "<string>",
			"select": null
		},
		"Status": {
			"id": "<string>",
			"type": "<string>",
			"select": {
				"id": "<string>",
				"name": "<string>",
				"color": "<string>"
			}
		},
		"Country": {
			"id": "<string>",
			"type": "<string>",
			"select": {
				"id": "<string>",
				"name": "<string>",
				"color": "<string>"
			}
		},
		"Info": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": []
		},
		"Owner's Email": {
			"id": "<string>",
			"type": "<string>",
			"rollup": {
				"type": "<string>",
				"array": [
					{
						"type": "<string>",
						"email": "<string>"
					}
				],
				"function": "<string>"
			}
		},
		"Owner": {
			"id": "<string>",
			"type": "<string>",
			"relation": [
				{
					"id": "<string>"
				}
			],
			"has_more": false
		},
		"Warranty Expiry Date": {
			"id": "<string>",
			"type": "<string>",
			"date": null
		},
		"Condition": {
			"id": "<string>",
			"type": "<string>",
			"multi_select": []
		},
		"Year": {
			"id": "<string>",
			"type": "<string>",
			"number": null
		},
		"Manufacturer": {
			"id": "<string>",
			"type": "<string>",
			"select": null
		},
		"Vendor": {
			"id": "<string>",
			"type": "<string>",
			"select": {
				"id": "<string>",
				"name": "<string>",
				"color": "<string>"
			}
		},
		"Organization": {
			"id": "<string>",
			"type": "<string>",
			"select": {
				"id": "<string>",
				"name": "<string>",
				"color": "<string>"
			}
		},
		"Xero Asset Number": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": []
		},
		"ID": {
			"id": "<string>",
			"type": "<string>",
			"formula": {
				"type": "<string>",
				"string": "<string>"
			}
		},
		"CrowdStrike Installation Info": {
			"id": "<string>",
			"type": "<string>",
			"select": null
		},
		"Purchase Date": {
			"id": "<string>",
			"type": "<string>",
			"date": {
				"start": "2023-07-20",
				"end": null,
				"time_zone": null
			}
		},
		"Condition Notes": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": []
		},
		"Sub-item": {
			"id": "<string>",
			"type": "<string>",
			"relation": [
				{
					"id": "<string>"
				},
				{
					"id": "<string>"
				}
			],
			"has_more": false
		},
		"Last edited time": {
			"id": "<string>",
			"type": "<string>",
			"last_edited_time": "2003-11-13T05:18:25.441Z"
		},
		"Purchase Price": {
			"id": "<string>",
			"type": "<string>",
			"number": 10438
		},
		"Hardware Management Tickets": {
			"id": "<string>",
			"type": "<string>",
			"relation": [],
			"has_more": false
		},
		"Parent item": {
			"id": "<string>",
			"type": "<string>",
			"relation": [],
			"has_more": false
		},
		"Last edited by": {
			"id": "<string>",
			"type": "<string>",
			"last_edited_by": {
				"object": "<string>",
				"id": "<string>",
				"name": "<string>",
				"avatar_url": "<string>",
				"type": "<string>",
				"bot": {}
			}
		},
		"Invoice": {
			"id": "<string>",
			"type": "<string>",
			"files": [
				{
					"name": "<string>",
					"type": "<string>",
					"file": {
						"url": "<string>",
						"expiry_time": "2021-05-01T03:44:47.964Z"
					}
				}
			]
		},
		"Order Link": {
			"id": "<string>",
			"type": "<string>",
			"url": null
		},
		"Other Notes": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": [
				{
					"type": "<string>",
					"text": {
						"content": "<string>",
						"link": null
					},
					"annotations": {
						"bold": false,
						"italic": false,
						"strikethrough": false,
						"underline": false,
						"code": false,
						"color": "<string>"
					},
					"plain_text": "<string>",
					"href": null
				}
			]
		},
		"On/Off-Boarding Ticket": {
			"id": "<string>",
			"type": "<string>",
			"relation": [],
			"has_more": false
		},
		"MDM": {
			"id": "<string>",
			"type": "<string>",
			"checkbox": false
		},
		"Lifecycle Health": {
			"id": "<string>",
			"type": "<string>",
			"formula": {
				"type": "<string>",
				"string": "<string>"
			}
		},
		"Type": {
			"id": "<string>",
			"type": "<string>",
			"multi_select": [
				{
					"id": "<string>",
					"name": "<string>",
					"color": "<string>"
				}
			]
		},
		"Serial Number": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": [
				{
					"type": "<string>",
					"text": {
						"content": "<string>",
						"link": null
					},
					"annotations": {
						"bold": false,
						"italic": false,
						"strikethrough": false,
						"underline": false,
						"code": false,
						"color": "<string>"
					},
					"plain_text": "<string>",
					"href": null
				}
			]
		},
		"Location": {
			"id": "<string>",
			"type": "<string>",
			"multi_select": [
				{
					"id": "<string>",
					"name": "<string>",
					"color": "<string>"
				}
			]
		},
		"Order Number": {
			"id": "<string>",
			"type": "<string>",
			"rich_text": [
				{
					"type": "<string>",
					"text": {
						"content": "<string>",
						"link": null
					},
					"annotations": {
						"bold": false,
						"italic": false,
						"strikethrough": false,
						"underline": false,
						"code": false,
						"color": "<string>"
					},
					"plain_text": "<string>",
					"href": null
				}
			]
		},
		"Tags": {
			"id": "<string>",
			"type": "<string>",
			"multi_select": []
		},
		"FV Asset ID": {
			"id": "<string>",
			"type": "<string>",
			"unique_id": {
				"prefix": "<string>",
				"number": 343
			}
		},
		"Crowdstrike": {
			"id": "<string>",
			"type": "<string>",
			"checkbox": false
		},
		"Title": {
			"id": "<string>",
			"type": "<string>",
			"title": [
				{
					"type": "<string>",
					"text": {
						"content": "<string>",
						"link": null
					},
					"annotations": {
						"bold": false,
						"italic": false,
						"strikethrough": false,
						"underline": false,
						"code": false,
						"color": "<string>"
					},
					"plain_text": "<string>",
					"href": null
				}
			]
		}
	},
	"url": "<string>",
	"public_url": null,
	"request_id": "<string>"
}
```

## Workflow Library Example

[Get Page with Notion and Send Results Via Email](https://library.blinkops.com/workflows/get-page-with-notion-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-page-with-notion-and-send-results-via-email/canvas" />
</div>
