93cc41f2018a

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-10215274484.1 KB
wiki

Get Wiki page

Returns a single Wiki page by path.

get/wiki/page

Query parameters

remoteNodestring

name of the remote node

workspacestring

Workspace selector. For list and search APIs, use all, default, or a workspace name. Omitted means all.

pathstring required

Relative Wiki page path without extension, for example runbooks/deploy-guide. Must not start with / or contain ..

Wiki page path (may include slashes for nested pages)

Response

Wiki page details

idstring required
titlestring required
descriptionstring required

Short Wiki page description from YAML frontmatter

tagsstring[]

Wiki page tags from YAML frontmatter

workspacestring

Workspace that owns this Wiki page. Omitted for default Wiki pages.

contentstring required

Full file content including YAML frontmatter

createdAtstring date-time

RFC3339 timestamp when the Wiki page was created

updatedAtstring date-time

RFC3339 timestamp when the Wiki page was last updated