Get page
Returns a single page with its published markdown body, attached sources, skills, and version info.
Use ?include=draft to also return the current draft body
(draft.title and draft.content).
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Path Parameters
The page's unique identifier (UUID)
Query Parameters
Comma-separated list of optional sections to include.
Available values: draft (the current draft title and body).
"draft"
Response
Page detail
A single page with its published body, attached sources, and (optionally) its draft.
Unique page identifier (UUID)
Page title
Current page status
draft, published, archived Visibility scope of the page
private, workspace, global User who owns the page
Folders the page belongs to
Skills associated with the page
Number of sources attached to the page
Version number of the published version, or null if never published
Cover image reference (empty string if none)
When the page was last published
Markdown body of the published version (null if unpublished)
Sources attached to the page
Current draft (only included when requested via ?include=draft)