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-authors
curl "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

projectIdrequired

string

Project whose mentioning accounts to search

qrequired

string

Partial display name or handle; omit to return the top accounts

limitrequired

integer

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