---
title: "BESS Owners - ERCOT"
method: GET
path: "/us/ercot/modo/owners"
tags: ["Companies"]
---

# BESS Owners - ERCOT

`GET /us/ercot/modo/owners`

The power and energy capacity of the ERCOT BESS assets owned by each Owner on a monthly basis. Updated on the first of the month every month.

## Query parameters

- `date_from` string, required
- `date_to` string, required
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BESSOwnersERCOT[], required
    - `date` string, date, nullable
    - `total_energy_capacity_mwh` number, nullable
    - `total_rated_power_mw` number, nullable
    - `asset_count` integer, nullable
    - `owner` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
