> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Energy Models

> List all saved energy models in the current workspace

# 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 `include` query parameter. The only supported token is `summary`.
* Legacy query parameters (`summary`, `fullresults`) are rejected with a `422` error. Use `include=summary` instead.
* Read-only endpoint; requires a valid workspace session but does not require write access.
* Use [GET /energymodels/{energy_model_id}](/api-reference/endpoints/energy-models-get) to fetch the full detail payload for a specific run.
