Notion · Arazzo Workflow
Notion Export a Database Record with Its Content
Version 1.0.0
Read a database schema, query its first record, then pull that record's page content blocks.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
Provider
Workflows
database-record-export
Read a database schema, query its first record, and export that record's content blocks.
Retrieves a database's schema, queries it for the first record, and when a record exists, retrieves the child blocks of that record's page to export its content alongside its properties.
1
2
queryFirstRecord
Query the database for its first record, sorted by creation time, and capture that record's page ID.
3
exportContent
Retrieve the child blocks of the record's page by passing the page ID as the block ID, capturing the record's content.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.