Skip to main content
GET
Search Instructions
Searches current working-draft instruction pages the caller can read, returning ranked results with bounded snippets. Scope with workspaceId/manualId; filter drafts by exact audience with audience. This endpoint does not search immutable publication snapshots. Requirements: instructions:read.

Request

string
required
The search query.
string
Restrict to one workspace.
string
Restrict to one manual.
string
Only draft pages whose audience exactly equals this value.
string
Pagination cursor.

Response

object[]
{pageId, manualId, workspaceId, title, snippet, score, publicationNumber}. Because this endpoint searches the working tree only, publicationNumber is currently null.
string | null
Pagination continuation.