2025-12-09 | Added custom grid curtailment profile support

Added

Custom grid curtailment profile fields

Forecast endpoints now support custom grid curtailment profiles for run assets.

GET /forecasts/forecasts/

New response fields in run_asset:

  • custom_grid_curtailment_profile (object) - Contains file (URI) and id (UUID) for the curtailment profile
  • custom_grid_curtailment_profile_id (UUID) - Direct reference to the curtailment profile ID

POST /forecasts/run-simulation/

New request fields in run_asset:

  • custom_grid_curtailment_profile (object) - Optional curtailment profile to apply to the simulation
  • custom_grid_curtailment_profile_id (UUID) - Optional ID reference for an existing curtailment profile

New response fields in run_asset:

  • custom_grid_curtailment_profile (object) - Returns the applied curtailment profile details
  • custom_grid_curtailment_profile_id (UUID) - Returns the curtailment profile ID used