Retrieve a page

GET https://api.notion.com/v1/pages/:id

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

HEADERS

KeyDatatypeRequiredDescription
Notion-Versionstring
``null

RESPONSES

status: OK

{"object":"page","id":"c4d39556-6364-46a1-8a61-ebbb668f7445","created_time":"2021-04-27T20:38:00.000Z","last_edited_time":"2022-03-02T05:22:00.000Z","created_by":{"object":"user","id":"6794760a-1f15-45cd-9c65-0dfe42f5135a"},"last_edited_by":{"object":"user","id":"92a680bb-6970-4726-952b-4f4c03bff617"},"cover":null,"icon":{"type":"emoji","emoji":"📕"},"parent":{"type":"page_id","page_id":"c1218692-102d-4b47-ab38-c21900b3557b"},"archived":false,"properties":{"title":{"id":"title","type":"title","title":[{"type":"text","text":{"content":"Reading List","link":null},"annotations":{"bold":false,"italic":false,"strikethrough":false,"underline":false,"code":false,"color":"default"},"plain_text":"Reading List","href":null}]}},"url":"https://www.notion.so/Reading-List-c4d39556636446a18a61ebbb668f7445"}