Skip to main content

Run Measurement Forecasts

Run Measurement Forecasts

Use SDK helpers to create the project and import observations, then run forecasts through the measurement analytics API.

POST /api/v1/measurement/projects/{projectSlug}/forecast-runs
GET /api/v1/measurement/projects/{projectSlug}/forecast-runs/{forecastRunUuid}

A usable forecast response includes status, method, generatedAt, inputCount, sampleCount, seed, P10/P50/P90 percentiles, warnings, and provenance. Sparse data should render as a warning state in Measure, not as an overconfident forecast.

Decision value-of-information runs use the same analytics surface:

POST /api/v1/measurement/projects/{projectSlug}/decisions/{decisionSlug}/simulation-runs
GET /api/v1/measurement/projects/{projectSlug}/decisions/{decisionSlug}/simulation-runs/{simulationRunUuid}