GET · mentions:read
Search mentioning accounts
Autocomplete accounts that mentioned a brand by partial display name or handle, including their network, avatar, and mention count.
Read only
REST
GET
/api/v1/mention-authorscurl "https://www.stalkr.ai/api/v1/mention-authors" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: search_mention_authors
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
projectIdrequiredstring
Project whose mentioning accounts to search
qrequiredstring
Partial display name or handle; omit to return the top accounts
limitrequiredinteger
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.