GET · projects:read

List projects

List every active project the authenticated user owns or has been invited to.

Read only

REST

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

MCP

Tool name: list_projects

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

Input

This operation has no input fields.

Authorization

Required scope: projects:read.

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

Related resources