GET · projects:read
Get project
Get one project and the authenticated user's role in it.
Read only
REST
GET
/api/v1/projects/:projectIdcurl "https://www.stalkr.ai/api/v1/projects/:projectId" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: get_project
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
projectIdrequiredstring
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.