93cc41f2018a

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

Search Wiki pages

Returns cursor-based Wiki page search results in stable path order. Use nextCursor only with the same query, workspace, and prefix.

get/search/wiki

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.

prefixstring

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

qstring required

A search query string

tagsstring[]

Only return Wiki pages carrying every given tag (case-insensitive)

cursorstring

Opaque cursor returned by the previous search response

limitinteger

Number of search results to return (default 20, max 50)

Response

Cursor-based Wiki page search results

hasMoreboolean required
nextCursorstring