Enables administrators and developers to programmatically retrieves analytics data for search activity, including search frequency, popular queries, and search trends over time.
Authorization
Bearer YOUR_TOKEN
StartPage
PageLength
SpaceID
StartDate
EndDate
Term
AuthorID
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/search/activity?startPage=1&pageLength=2
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "SearchTerm": "test", "UserID": 950, "UserDisplayName": "Alexis Fox", "UserProfileURL": "https://your-site.com/people/Alexis", "DateSearched": "2026-12-12T09:57:30.167", "DateSearchedString": "38 minutes ago", "ClickedEntityID": 0, "ClickedEntityType": 0, "SearchCount": 5, "ClickCount": 3, "ClickThroughRate": 0.8 } ] }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/106624/rest-api-get-search-activity-analytics
Your session has expired. You are being logged out.