---
title: "List Inverters"
method: GET
path: "/tenants/{tenant_id}/components/inverters"
tags: ["Components"]
---

# List Inverters

`GET /tenants/{tenant_id}/components/inverters`

List inverters that are enabled for a tenant

## Path parameters

- `tenant_id` string, uuid, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Inverters successfully retrieved.

- object
  - `inverters` object[]
    - `id` string, uuid — The ID of the inverter.
    - `name` string — The name of the inverter.
    - `manufacturer` string — The manufacturer of the inverter.
    - `microinverter` boolean — Whether the inverter is a microinverter.
    - `nominal_output_voltage` number, nullable — The nominal output voltage of the inverter in volts.
    - `rating_stc` number, nullable — The inverter's STC rating in watts.
    - `cec_efficiency_pct` number, nullable — The inverter's CEC efficiency percentage.
    - `weight` number, nullable — The weight of the inverter in kilograms.
    - `spec_sheet_url` string, nullable — A URL to the inverter's specification sheet.
    - `integrated_batteries` object[] — Array of integrated batteries compatible with this inverter.
      - `id` string, uuid — The ID of the battery.
      - `name` string — The name of the battery.
      - `nominal_capacity` number, nullable — The nominal capacity of the battery in kWh.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.net/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/revisions/5b41808d104d/schema)
