Skip to content

Get Notion Database Node

Data/Notion

Get Notion Database

Retrieves a Notion database schema with its properties

data_notion_get_databasedata
Inputs3
Outputs6
Security exposure3/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
3/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

3

Input

Execution
exec_in

Trigger database retrieval

Provider

Struct
provider

Notion provider (from Notion node)

NotionProviderNotionProvider4 fields
provider_idstringrequired
access_tokenstringrequired
workspace_idstring | null
workspace_namestring | null
Schema enforced

Database ID

String
database_id

The ID of the Notion database to retrieve

Output Pins

6

Success

Execution
exec_out

Triggered when database is successfully retrieved

Error

Execution
error

Triggered when an error occurs

Database

Struct
database

The Notion database schema

NotionDatabaseSchemaNotionDatabaseSchema9 fields
idstringrequired
titlestringrequired
descriptionstring | null
urlstringrequired
propertiesArray<NotionDatabaseProperty>required
itemsNotionDatabasePropertyarray item
idstringrequired
namestringrequired
property_typestringrequired
data_sourcesArray<NotionDatabaseDataSource>required
itemsNotionDatabaseDataSourcearray item
idstringrequired
namestringrequired
is_inlinebooleanrequired
created_timestringrequired
last_edited_timestringrequired
Schema enforced

Title

String
title

The database title

Property Names

String Array
property_names

List of property names in the database

Data Source IDs

String Array
data_source_ids

List of data source IDs belonging to this database

Node Info

Internal name
data_notion_get_database
Category
Data/Notion
Version
1