Revenue forecast
GET /api/v1/ml/forecast
Return revenue forecasts at the requested horizons (admin/owner).
Forecasts the whole customer base’s MRR (no tenant filter), so this is admin/owner only — consistent with the cohort and per-tenant analytics endpoints.
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
Complete revenue forecast output.
Attributes: forecasts: List of forecast points at different horizons. historical_mrr: Recent historical MRR values for context. mape_1m: Mean absolute percentage error for 1-month forecasts. generated_at: When this forecast was generated.
object
A single forecast data point for a future period.
Attributes: horizon_months: Months into the future. point_forecast: Central forecast value, must be > 0. ci_80: 80% confidence interval (lower, upper). ci_95: 95% confidence interval (lower, upper).
object
422
Validation Error