v1

latestOpenAPI 3.1.02026-07-226875162.5 KB
Wiki

Search Wiki Mentions

Keyword-required search for mentions (references in notes). Returns ranked mentions with source context.

Returns 402 if wiki is not plan-eligible or not activated.

get/v1/external/workspaces/{workspaceGuid}/wiki/search/mentions

Path parameters

workspaceGuidstring required

Workspace GUID

Query parameters

qstring required

Search keyword (required)

sizeinteger

Result size (default 20, max 100)

Response

Ranked list of matching mentions

Example response

{
  "items": [
    {
      "guid": "mention_abc123",
      "pageGuid": "page_abc123",
      "noteId": 123,
      "paragraphId": 456,
      "paragraphUuid": "para_uuid_123",
      "kind": "EXPLICIT",
      "extractedText": "Alice Kim mentioned in our meeting",
      "sourceUserId": 789,
      "createdAt": "2025-01-15T10:30:00Z",
      "score": 0.92
    }
  ]
}