search_wiki
Search Feishu wiki nodes by keyword, retrieving results from wiki spaces visible to your user. Supports pagination with offset for paging through results.
Instructions
[Official API] Search Wiki nodes by keyword. UAT-first with app fallback: with user identity (UAT) the search covers wiki spaces visible to YOU; via bot it only covers spaces the bot was invited to. Response carries viaUser; when hasMore is true, pass the returned nextOffset back as offset to page forward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keyword | |
| offset | No | Pagination offset from a previous nextOffset | |
| page_size | No | Max results per page (default 20) |