Skip to content

Query Notion Data Source Node

Data/Notion

Query Notion Data Source

Queries a Notion data source and returns matching pages or child data sources

data_notion_query_data_sourcedata
Inputs8
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.
2/10High
CostExternal or compute cost impact.
3/10High

Input Pins

8

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Notion provider (from Notion node)

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

Data Source ID

String
data_source_id

The ID of the Notion data source to query

Filter

Struct
filter

Optional Notion filter object

AnyValueAnyValue0 fields
No named fields in this schema.
Default {}

Sorts

Struct Array
sorts

Optional Notion sorts array

AnyValueAnyValue0 fields
No named fields in this schema.
Default []

Page Size

Integer
page_size

Maximum number of results per page (1-100)

Default 100

Start Cursor

String
start_cursor

Pagination cursor from a previous query

Fetch All

Boolean
fetch_all

Fetch every available page of query results

Default false

Output Pins

6

Success

Execution
exec_out

Triggered on success

Error

Execution
error

Triggered on error

Results

Struct Array
results

Array of query results

NotionDataSourceQueryResultNotionDataSourceQueryResult8 fields
idstringrequired
object_typestringrequired
titlestringrequired
urlstringrequired
created_timestringrequired
last_edited_timestringrequired
archivedbooleanrequired
in_trashbooleanrequired
Schema enforced

Count

Integer
count

Number of results

Has More

Boolean
has_more

Whether there are more results

Next Cursor

String
next_cursor

Cursor to request the next page

Node Info

Internal name
data_notion_query_data_source
Category
Data/Notion
Version
1