Skip to content

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

month
Any of:
string

Month in YYYY-MM format (defaults to current)

Responses

200

Successful Response

Wrapper for GET /chairman/monthly-mrr.

Attributes: data: The monthly MRR payload.

object
data
required

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
enterprise_count
integer
leading_indicators
Array<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
name
required
string
target
number
trend
string
default: stable
value
number
month
string
""
mrr_current
number
mrr_growth_pct
number
mrr_target
number
north_star

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
current_value
integer
label
string
default: Businesses running on UltimateTeam
metric_name
string
default: businesses_where_ultimateteam_is_the_team
target_value
integer

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string