Search
- class matterapi.endpoints.async_api.SearchApi(client: matterapi.client.base.BaseClient, skip_response_parsing: bool = False)
- async search_files(team_id: str, *, multipart_data: Union[matterapi.models.SearchFilesMultipartData, Dict]) matterapi.models.FileInfoList
Search files in a team
Search for files in a team based on file name, extention and file content (if file content extraction is enabled and supported for the files).
- Permissions:
Must be authenticated and have the view_team permission.
- Minimum Server Version:
5.34
- Api Reference: