2026-04-30 | Added forecast file types and QA status
about 11 hours ago
Changed
Forecast custom file uploads
Forecast endpoints now support custom uploaded profiles for grid curtailment, solar, and wind generation.
New fields in run_asset:
custom_uploaded_grid_curtailment_profile(object) - Custom grid curtailment profile datacustom_uploaded_grid_curtailment_profile_id(uuid) - ID reference for grid curtailment profilecustom_uploaded_solar_profile(object) - Custom solar generation profile datacustom_uploaded_solar_profile_id(uuid) - ID reference for solar profilecustom_uploaded_wind_profile(object) - Custom wind generation profile datacustom_uploaded_wind_profile_id(uuid) - ID reference for wind profile
New file_type values:
grid_curtailmentsolar_profilewind_profile
Forecast status
Added qa status value to forecast endpoints.
Affected endpoints:
GET /forecasts/forecasts/GET /forecasts/forecasts/{id}/GET /forecasts/gb-forecasts-list/POST /forecasts/run-simulation/