Confluence · Arazzo Workflow
Confluence Export a Page with Its Children, Attachments, and Labels
Version 1.0.0
Assemble a complete portrait of a page — body, child pages, attachments, and labels — in one read-only pass.
View Spec
View on GitHub
CollaborationContent ManagementDocumentationKnowledge BaseWikiArazzoWorkflows
Provider
Workflows
export-page-tree
Read a Confluence page together with its children, attachments, and labels.
Performs the four reads that together constitute a complete page export and returns them as one aggregated result.
1
readPage
getPageById
Read the page itself, which carries the body, version, author, and space that anchor the rest of the export.
2
readChildPages
getChildPages
Walk the page's immediate children so the export records the subtree beneath it, ordered by their position in the page tree.
3
readAttachments
getPageAttachments
Collect the files stored against the page, whose download links an export needs in order to fetch the binaries separately.
4
readLabels
getPageLabels
Resolve the page's labels, which carry the taxonomy that would otherwise be lost when the content leaves Confluence.