Get Page Content

Get text and component instance content from a static page.

Localization

Required scope | pages:read

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

page_idstringRequiredformat: "objectid"
Unique identifier for a Page

Query parameters

localeIdstringOptional

Unique identifier for a specific Locale.

Learn more about localization.

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

offsetintegerOptional
Offset used for pagination if the results have more than limit records
translatablebooleanOptional
Set to `true`, along with a secondary locale, to return only content that hasn't been excluded from translation for that locale. Site owners can exclude specific fields, properties, or canvas content from AI translation using the Localization panel in the Designer. This parameter is intended for translation pipeline integrations that need to fetch only the content that should be translated, without independently tracking exclusion rules. Only exclusion rules scoped to manual translation are respected — rules scoped only to automatic translation don't affect this parameter's response. Omitting `translatable` (or setting it to `false`) returns the same response as if this parameter didn't exist. Setting `translatable=true` without also specifying a secondary locale returns a `400` error, since exclusions are resolved per locale.

Response

Request was successful
pageIdstring
Page ID
branchIdstring or nullformat: "objectid"

The unique identifier of a specific page branch.

nodeslist of objects
paginationobject
Pagination object
lastUpdatedstring or nullRead-onlyformat: "date-time"
The date the page dom was most recently updated

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error