GET · keywords:read

List keywords

List tracked keywords for one project or all accessible active projects.

Read only

REST

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

MCP

Tool name: list_keywords

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

Input

projectId

string

active

boolean

Authorization

Required scope: keywords:read.

Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.

Related resources