GET · mentions:read
Get mention analytics
Read a five-minute cached analytics snapshot for one accessible project using the dashboard's mention filters.
Read only
REST
GET
/api/v1/analytics/mentionscurl "https://www.stalkr.ai/api/v1/analytics/mentions" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: get_mention_analytics
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
projectIdrequiredstring
Project to analyze
sourcestring
keywordIdstring
keywordIdsstring
statusstring
sentimentstring
categoryIdstring
urgencyMinnumber
urgencyMaxnumber
searchstring
engagementstring
dateFromstring
dateTostring
datePresetstring
Optional dashboard date preset; all_time disables the 30-day default
tzOffsetrequiredinteger
Browser timezone offset in minutes, as returned by Date.getTimezoneOffset
Authorization
Required scope: mentions:read.
Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.