List Inverters
Inverters
List Inverters
List all inverters in the current workspace
GET
List Inverters
GET /inverters
Returns all inverters belonging to the authenticated workspace. Use this to populate equipment selection dropdowns or to audit the inverter library before running an energy model.Notes
- Requires a valid JWT with read access to the workspace.
- Returns an array of
InverterResponseobjects, each containing the inverter’s parsed properties and optional efficiency curve data. - Inverters are workspace-scoped; you will only see inverters created within the current workspace.
- To retrieve a single inverter by ID, use
GET /inverters/{inverter_id}. - To add inverters, use
POST /inverters(file upload) orPOST /inverters/json(JSON body).
