GET · alerts:read

List alerts

List alert rules in the user's workspace or for an accessible project.

Read only

REST

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

MCP

Tool name: list_alerts

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

Input

projectId

string

Authorization

Required scope: alerts:read.

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

Related resources