ChatterBeamDevelopers
GET · mentions:read

Get mention

Execute the get_mention capability through REST or MCP with the same authorization and project checks.

Read onlyMinimum role: viewer

REST

GET/api/v1/mentions/:mentionId
curl "https://chatterbeam.com/api/v1/mentions/{mentionId}" \
  --request GET \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY"

MCP

Tool name: get_mention. The tool returns the same structured { data, meta } result as REST.

Input

mentionIdRequired path identifier

Authorization

Required scope: mentions:read. Scope checks are followed by current project membership and the viewer minimum role.

Related resources