Get public dashboard settings
Execute the get_public_dashboard capability through REST or MCP with the same authorization and project checks.
Read onlyMinimum role: owner
REST
GET
/api/v1/projects/:projectId/public-dashboardcurl "https://chatterbeam.com/api/v1/projects/{projectId}/public-dashboard" \
--request GET \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY"MCP
Tool name: get_public_dashboard. The tool returns the same structured { data, meta } result as REST.
Input
projectIdRequired path identifierAuthorization
Required scope: projects:read. Scope checks are followed by current project membership and the owner minimum role.