# Saved Searches A SavedSearch is an `AssetSearch`(#operation/postAssetSearch)`.criterion` and `AssetSearch`(#operation/postAssetSearch)`.sorts` that have been saved by a user. The user may also chose to receive email updates every time a new asset matches the saved criterion. Searching allows you to find [`SavedSearches`](#tag/Saved-Searches) resources in your Dash matching specific criteria. ## Create a saved search - [POST /saved-searches](https://api-docs.dash.app/dash/openapi/saved-searches/postsavedsearch.md): Create a new SavedSearch resource. ## Get a saved search - [GET /saved-searches/{id}](https://api-docs.dash.app/dash/openapi/saved-searches/getsavedsearch.md): Get a SavedSearch resource. ## Update a saved search - [PATCH /saved-searches/{id}](https://api-docs.dash.app/dash/openapi/saved-searches/patchsavedsearch.md): Update a SavedSearch resource. Only the provided fields will be updated ## Search for saved searches - [POST /saved-search-searches](https://api-docs.dash.app/dash/openapi/saved-searches/postsavedsearchsearch.md): Create a new SavedSearchSearch The only use of a SavedSearchSearch as of now is to retrieve all the SavedSearch resources created by a User