# Guide results ⏏️ **GET /navigation/guide/{search_id}/{locale}/results** Get search results and search filters for the latest step of a given search. It can be called at the end of the guide (when there is no question left) but can also be called any time during the guided search. If called regularly, it is recommended to activate the pagination mechanism by providing a page number - starting at 1. Default slice page is 25, but it can be refined with the slice parameter. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters #### Path parameters - **search_id** (string) The search_id as returned by the `Follow guide` endpoint. - **locale** (string) The locale in which to receive the results. Available languages depend on your corporation settings. #### Query parameters - **page** (integer) The rank of the requested page, starting at 1. - **slice** (integer) The size of the slice requested. Default value is 25. ## Responses ### 200: Successfully returned results for a given search (filters + products) #### Body Parameters: application/json (object) - **status** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)