Skip to main content
GET
/
inverters
/
{inverter_id}
Get Inverter
curl --request GET \
  --url https://api.example.com/inverters/{inverter_id}

GET /inverters/

Fetch the full details of a specific inverter, including its parsed properties and efficiency curve data.

Notes

  • Requires a valid JWT with read access to the workspace.
  • inverter_id is the workspace-scoped sequential index (not the internal database ID or the global Snowflake ID).
  • Returns 404 if no inverter with the given ID exists in the current workspace.
  • The response includes inverterId, globalInverterId, name, properties, and optionally efficiency.
  • To list all inverters in the workspace, use GET /inverters.