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/mentions
curl "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

projectIdrequired

string

Project to analyze

source

string

keywordId

string

keywordIds

string

status

string

sentiment

string

categoryId

string

urgencyMin

number

urgencyMax

number

search

string

engagement

string

dateFrom

string

dateTo

string

datePreset

string

Optional dashboard date preset; all_time disables the 30-day default

tzOffsetrequired

integer

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.

Related resources