v1

latestOpenAPI 3.0.02026-07-267316.2 KB
Page

Retrieve the content of a published page as markdown (scope: document.read)

get/workspace/{workspace-id}/project/{project-id}/page/{page-id}

Path parameters

workspace-idstring required

The identifier for the workspace

project-idstring required

The identifier for the project in the workspace

page-idstring required

The url of the page within the project

Response

Page content retrieved successfully

workspacestring required

The workspace id (matches the workspace-id sent with the request)

projectstring required

The project id (matches the project-id sent with the request)

pagestring required

The page id (matches the page-id sent with the request)

contentstring required

The contents of the page as markdown

Example response

{
  "workspace": "z3plqkvf52r",
  "project": "3e95a13e7f1",
  "page": "logo"
}
All 7 operations