provider Pages GET /v1/pages/{id}
@utdk/notion /v1/pages/{id}
Retrieve a Page
Retrieves a Page object using the ID in the request path. This endpoint exposes page properties, not page content.
id path required
string
Notion-Version header
string
header
string

Try it

Authentication
Configure credentials for Notion API
retrieveapage
GET/v1/pages/{id}
Retrieves a Page object using the ID in the request path. This endpoint exposes page properties, not page content.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import notion from '@utdk/notion';

await notion.retrieveapage()