Box Search
box_searchSearch a user's Box (cloud storage) account for files and folders matching a query string across names and content. Optionally restrict to only files or only folders. Returns matching items with id, type, name, size, and last-modified time. Use to find documents by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional filter: restrict results to "file" or "folder". | |
| limit | No | Maximum number of results to return (default 30, max 200). | |
| query | Yes | Free-text search query matched against Box file and folder names and content. |