List Wiki pages
Returns Wiki pages as a tree structure or flat list. All authenticated users can browse. In tree mode, page and perPage apply to direct children of the selected workspace or prefix; each returned directory includes its descendants. In flat mode, they apply to individual Wiki pages.
Query parameters
name of the remote node
Workspace selector. For list and search APIs, use all, default, or a workspace name. Omitted means all.
Relative Wiki page path without extension, for example runbooks/deploy-guide. Must not start with / or contain ..
Optional Wiki page path prefix within the selected workspace
page number of items to fetch (default is 1)
Number of Wiki page entries per page (default 50, max 200)
If true, returns flat list instead of tree
Only return Wiki pages carrying every given tag (case-insensitive). Effective in flat mode only.
Field to sort by:
- name: Alphabetically by display name (case-insensitive)
- type: By node type (dirs vs files), then alphabetically within each group
- mtime: By last modification time
Sort order. For type: asc=folders first. For mtime: desc=newest first.
Response
List of Wiki pages