Get search analytics by period
GET
/analytics/search/{period}
const url = 'https://shoehorn.example.com/api/v1/analytics/search/7d';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/analytics/search/7dParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” period
required
string
Responses
Section titled “ Responses ”Search analytics for period