Skip to content

Get Page Ancestors Node

Data/Atlassian/Confluence

Get Page Ancestors

Get the ancestor pages (parent hierarchy) of a page

data_atlassian_confluence_get_page_ancestorsdata
Inputs3
Outputs3
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.
3/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
1/10High

Input Pins

3

Exec In

Execution
exec_in

Execution input

Provider

Struct
provider

Atlassian provider

AtlassianProviderAtlassianProvider7 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The access token (OAuth, API token, or PAT)

base_urlstringrequired

The base URL for the Atlassian instance For cloud: https://your-domain.atlassian.net For server/data center: https://your-server.com

emailstring | null

Email for Cloud API token auth (not needed for OAuth or Server PAT)

is_cloudbooleanrequired

Whether this is a cloud instance

auth_typestringrequired

Authentication type: "oauth", "api_token" (cloud), or "pat" (server/dc)

cloud_idstring | null

Cloud ID for OAuth (required for OAuth to call APIs via api.atlassian.com)

default null
Schema enforced

Page ID

String
page_id

The ID of the page to get ancestors for

Output Pins

3

Exec Out

Execution
exec_out

Execution output

Ancestors

Struct Array
ancestors

List of ancestor pages (from root to immediate parent)

ConfluencePageConfluencePage11 fields
idstringrequired

Page ID

titlestringrequired

Page title

space_keystringrequired

Space key

statusstringrequired

Page status (current, trashed, draft)

bodyanyOf (2)

Page body content

variant 1ConfluenceContentBodyvariant
storagestring | null

Body in storage format (HTML-like)

viewstring | null

Body in view format (rendered HTML)

atlas_doc_formatstring | null

Body in plain text (for Confluence Cloud API v2)

variant 2nullvariant
parent_idstring | null

Parent page ID (if any)

versioninteger:int64required

Page version number

format int64
authoranyOf (2)

Page author

variant 1ConfluenceUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

emailstring | null

User email (if available)

profile_picture_urlstring | null

Profile picture URL

variant 2nullvariant
created_atstringrequired

Creation timestamp

updated_atstringrequired

Last update timestamp

urlstringrequired

Web URL to the page

Schema enforced

Depth

Integer
depth

Depth in page hierarchy

Node Info

Internal name
data_atlassian_confluence_get_page_ancestors
Category
Data/Atlassian/Confluence
Version
1