List Energy Models
Energy Models
List Energy Models
List all saved energy models in the current workspace
GET
List Energy Models
GET /energymodels
Retrieve a summary list of all energy model runs stored in the workspace. Use this to populate dashboards, run selectors, or audit historical analyses.Notes
- Returns an array of summary-level records; full outputs, inputs, and time-series data are excluded from list responses.
- Each item includes
energyYieldSummary,taskDetails, status, and resource IDs. - Supports an optional
includequery parameter. The only supported token issummary. - Legacy query parameters (
summary,fullresults) are rejected with a422error. Useinclude=summaryinstead. - Read-only endpoint; requires a valid workspace session but does not require write access.
- Use GET /energymodels/ to fetch the full detail payload for a specific run.
