Monthly MRR tracking (owner-only)
GET /api/v1/chairman/monthly-mrr
North star metric, leading indicators, and MRR tracking for the chairman’s monthly review.
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
Wrapper for GET /chairman/monthly-mrr.
Attributes: data: The monthly MRR payload.
object
Chairman’s monthly MRR tracking payload.
Attributes: month: Month string in YYYY-MM format. mrr_current: Current monthly recurring revenue, summed from active tenant subscriptions on numerically priced plans (excludes Enterprise, which is custom-priced). mrr_target: Target MRR for this month. mrr_growth_pct: Month-over-month growth percentage. enterprise_count: Count of active Enterprise tenants, tracked separately since their custom pricing isn’t summed into mrr_current. leading_indicators: Dogfooding leading indicators. north_star: The north star metric.
object
A leading indicator for the dogfooding chairman dashboard.
Named DogfoodLeadingIndicator to avoid collision with the existing LeadingIndicator model used by the /metrics endpoint.
Attributes: name: Machine-readable indicator name. value: Current measured value. target: Target value for the period. trend: Direction (improving, stable, declining).
object
North star metric for the dogfooding chairman dashboard.
Attributes: metric_name: Machine-readable metric identifier. current_value: Current measured value. target_value: Target value for the period. label: Human-readable label.
object
422
Validation Error