Search files
dropbox_searchLocate specific files and folders in Dropbox by name or content, with folder scoping, status filters, and pagination for large result sets.
Instructions
Search the account for files and folders matching a query (filename and, where indexed, content). Optionally scope to a folder. If the result has_more, call again with the returned cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict to a folder, e.g. "/Marketing". Defaults to whole account. | |
| query | Yes | Search terms, e.g. "q3 budget" or "logo.png". | |
| cursor | No | Continuation cursor from a previous has_more result. | |
| file_status | No | Search "active" (default) or "deleted" items. | |
| max_results | No | ||
| filename_only | No | Match filenames only (skip content matching). |