GET · projects:read
Get public dashboard settings
Get the owner-only publication state and share URL for a project dashboard.
Read only
REST
GET
/api/v1/projects/:projectId/public-dashboardcurl "https://www.stalkr.ai/api/v1/projects/:projectId/public-dashboard" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: get_public_dashboard
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.