GET · mentions:read
List mentions
Search and paginate mentions across accessible projects with the same filters as the dashboard.
Read only
REST
GET
/api/v1/mentionscurl "https://www.stalkr.ai/api/v1/mentions" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: list_mentions
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
projectIdstring
sourcestring
keywordIdstring
keywordIdsstring
statusstring
sentimentstring
categoryIdstring
urgencyMinnumber
urgencyMaxnumber
searchstring
engagementstring
dateFromstring
dateTostring
sortrequiredstring
directionrequiredstring
cursorstring
limitrequiredinteger
tzOffsetrequiredinteger
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.