GET · mentions:read
Get mention analytics
Read a five-minute cached analytics snapshot, including keyword-group mention share and top positive and negative authors, for one accessible project using the dashboard's mention filters.
REST
/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
fromSourcestring
Network for an exact author filter
fromHandlestring
Exact author handle, without or with a leading @
fromNamestring
Exact author display name, used when no handle is available
fromProfileUrlstring
Exact author profile URL fallback when no handle is available
keywordIdstring
keywordIdsstring
keywordGroupIdsstring
Comma-separated keyword group IDs; matches keywords currently in any selected group
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.