Skip to content

Get Confluence Page Node

Data/Atlassian/Confluence

Get Confluence Page

Get a Confluence page by its ID

data_atlassian_confluence_get_pagedata
Inputs5
Outputs4
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.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
2/10High

Input Pins

5

Input

Execution
exec_in

Trigger the request

Provider

Struct
provider

Atlassian provider (from Atlassian node)

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 page ID to retrieve

Include Body

Boolean
include_body

Whether to include the page body content

Default true

Body Format

String
body_format

Format for the body content

Default storage
storageviewexport_view

Output Pins

4

Success

Execution
exec_out

Triggered when request completes successfully

Error

Execution
error

Triggered when an error occurs

Page

Struct
page

The Confluence page

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

Body Content

String
body_content

The page body as plain text/HTML

Node Info

Internal name
data_atlassian_confluence_get_page
Category
Data/Atlassian/Confluence
Version
1