GET · mentions:read

List categories

List mention categories for one project or every accessible project.

Read only

REST

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

MCP

Tool name: list_categories

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

Input

projectId

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