id is returned when you create a page or list all pages.
Endpoint
Path Parameters
The unique identifier of the page you want to retrieve. Page IDs are returned by the List Pages and Create Page endpoints.
Request Example
Response
A successful request returns a200 OK status and a single page object containing all fields.
Response Fields
The unique identifier for this page.
The title of the page.
The full body content of the page. May contain plain text or Markdown.
ISO 8601 timestamp recording when the page was originally created.
ISO 8601 timestamp recording when the page was last modified.
Response Example
Error Responses
If the page does not exist or has been deleted, the API returns a404 Not Found:
Page IDs are workspace-scoped. An ID that is valid in one workspace will return
404 if used with an API key belonging to a different workspace, even if the ID string is well-formed.