Search API Getting search results and completions from the Froomle platform is done through the search API. The search results and completions in the API will only contain items which are stored in the specified environment. In addition to requesting search results and completions, the search API also supports fetching previously computed search results. Operations: Environment-aware Route Method Description /{environment}/searches/requests POST Request search results. /{environment}/searches/lists GET Get previously computed search results. /{environment}/searches/completions GET Request completions. /{environment}/searches/completions POST Request completions.