Skip to main content
GET
/
energymodels
/
{energy_model_id}
Get Energy Model
curl --request GET \
  --url https://api.example.com/energymodels/{energy_model_id}

GET /energymodels/

Use this endpoint to retrieve the persisted run after the initial POST /energymodels response.

Notes

  • Use include=inputs when you want the saved input JSON for edit/rerun workflows.
  • Use include query tokens to request optional sections such as inputs or time-series data.
  • This is the stable follow-up call after async execution completes.