Skip to content

List Notion Databases Node

Data/Notion

List Notion Databases

Lists all databases the integration has access to

data_notion_list_databasesdata
Inputs6
Outputs6
Security exposure2/10
Packagedata

Ratings

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

SecurityAttack surface and exposure impact.
2/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.
3/10High

Input Pins

6

Input

Execution
exec_in

Trigger the database listing

Provider

Struct
provider

Notion provider (from Notion node)

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

Search Query

String
query

Optional search query to filter databases by title

Page Size

Integer
page_size

Maximum number of databases to return (1-100)

Default 100

Start Cursor

String
start_cursor

Pagination cursor from a previous list call

Fetch All

Boolean
fetch_all

Fetch every available page of database results

Default false

Output Pins

6

Success

Execution
exec_out

Triggered when databases are successfully listed

Error

Execution
error

Triggered when an error occurs

Databases

Struct Array
databases

Array of Notion databases

NotionDatabaseNotionDatabase8 fields
idstringrequired
titlestringrequired
descriptionstring | null
urlstringrequired
created_timestringrequired
last_edited_timestringrequired
icon_emojistring | null
data_source_idsArray<string>required
itemsstringarray item
Schema enforced

Count

Integer
count

Number of databases returned

Has More

Boolean
has_more

Whether there are more databases available

Next Cursor

String
next_cursor

Cursor to request the next page of databases

Node Info

Internal name
data_notion_list_databases
Category
Data/Notion
Version
1