Back to Connected apps

Page Retrieve

Notion

Retrieve page properties and metadata from a connected Notion workspace.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Retrieves page metadata and properties. Page content is returned by the separate block-children tool. Always one upstream request at $0.0050.

Agents select this operation with tool ID notion.page-retrieve, then inspect its current executable contract before a run.

Public input and output shape

Input

pathobject · required

Identifier path for the authorised connected-app record.

Output

idstring

Returned id value.

is_archivedboolean

Returned is archived value.

objectstring

Returned object value.

propertiesobject

Returned properties value.

urlstring

Returned url value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "notion.page-retrieve",
  "input": {
    "path": {
      "page_id": "YOUR-NOTION-PAGE-ID"
    }
  }
}

Output

{
  "id": "1b2c3d4e-0000-4000-8000-000000000002",
  "url": "https://app.notion.com/p/1b2c3d4e000040008000000000000002",
  "object": "page",
  "properties": {
    "Name": {
      "type": "title",
      "title": [
        {
          "type": "text",
          "plain_text": "Launch readiness brief"
        }
      ]
    },
    "Status": {
      "type": "rich_text",
      "rich_text": [
        {
          "type": "text",
          "plain_text": "Draft"
        }
      ]
    }
  },
  "is_archived": false
}
Teaching errors and limitations
  • not_found: Notion cannot find the page or the connection cannot access it.Share the page with the Scrollport integration, then retry with its page id.
Updated
18 August 2026

Use Page Retrieve with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.