search_docs
Search Feishu documents by keyword, covering docs you can access via user identity or shared with the bot. Use offset for pagination.
Instructions
[Official API] Search Feishu documents by keyword. UAT-first with app fallback: with user identity (UAT) the search covers docs visible to YOU, including your personal space; via bot it only covers docs shared with the bot. 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 10) |