GET · mentions:read
List mentions
Search and paginate mentions across accessible projects with the same filters as the dashboard, including an exact From author and stored quoted-post context when available.
REST
/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
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
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.