Get Dashboard Forecast
Portfolio-wide risk forecast: observed + projected buckets, aggregated across the workspace’s fitted-hazard patterns.
fix(WP-A): the old implementation was a pure formula
(45.0 + i*0.8 + hash-jitter) with no real data behind it. This now
reuses the same real machinery as GET /v1/predictions/forecast
(app/engine/hazard/.py): observed[] = real event-arrival
counts from member issues’ occurred_at; projected[] = real Λ(t)
buckets summed across the scope’s stored hazard_fits. An unfitted/
empty scope returns an honest empty points list plus a reason —
never a fabricated curve.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Successful Response
The response is of type Response Get Dashboard Forecast V1 Dashboard Forecast Get · object.