---
title: "List DC Optimizers"
method: GET
path: "/tenants/{tenant_id}/components/dc_optimizers"
tags: ["Components"]
---

# List DC Optimizers

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

List DC optimizers that are enabled for a tenant

## Path parameters

- `tenant_id` string, uuid, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

DC optimizers successfully retrieved.

- object
  - `dc_optimizers` object[]
    - `id` string, uuid — The ID of the DC optimizer.
    - `name` string — The name of the DC optimizer.
    - `manufacturer` string — The manufacturer of the DC optimizer.
    - `max_output_voltage` number, nullable — The DC optimizer's maximum output voltage.
    - `efficiency_pct` number, nullable — The DC optimizer's weighted efficiency percentage.
    - `efficiency_pct_max` number, nullable — The DC optimizer's highest DC/DC conversion efficiency percentage.
    - `spec_sheet_url` string, nullable — A URL to the DC optimizer's specification sheet.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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)
