---
title: "Energy Storage Report"
method: GET
path: "/us/caiso/system/storage-report-v2"
tags: ["CAISO"]
---

# Energy Storage Report

`GET /us/caiso/system/storage-report-v2`

Information about grid-scale batteries in the CAISO markets, including the total volumes of battery energy dispatched in each market, total state of charge of the batteries in each market, and ancillary service awards for both solo and hybrid batteries.

## Query parameters

- `date_from` string, date-time, required
- `date_to` string, date-time, required

## Response `200`

Success

- object
  - `count` integer, required
  - `current` string, uri, nullable
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` string[], required

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