Search
Authentication
Headers
Acts on behalf of a team member for supported user-auth operations. Pass a team member ID such as dbmid:.... When used with a team token, that token must also include the team_data.member scope.
Request
The string to search for. Query string may be rewritten to improve relevance of results. The string is split on spaces into multiple tokens. For file name searching, the last token is used for prefix matching (i.e. “bat c” matches “bat cave” but not “batman car”).
The search mode (filename, filename_and_content, or deleted_filename). Note that searching file content is only available for Dropbox Business accounts.
The starting index within the search results (used for paging).
Response headers
Response
A list (possibly empty) of matches for the query.
Used for paging. If true, indicates there is another page of results available that can be fetched by calling search again.
Used for paging. Value to set the start argument to when calling search to fetch the next page of results.