GET · mentions:read

Get mention

Get one source-compliant mention from an accessible project.

Read only

REST

GET/api/v1/mentions/:mentionId
curl "https://www.stalkr.ai/api/v1/mentions/:mentionId" \
  --request GET \
  --header "Authorization: Bearer $STALKR_API_KEY"

MCP

Tool name: get_mention

The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.

Input

mentionIdrequired

string

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