---
title: "Index Capacity Timeseries"
method: GET
path: "/indices/{id}/capacity/timeseries/"
tags: ["Indices"]
---

# Index Capacity Timeseries

`GET /indices/{id}/capacity/timeseries/`

Retrieves index capacity for a specific index over a defined date range as a timeseries.

## Path parameters

- `id` integer, required

## Query parameters

- `date_from` string, date
- `date_to` string, date
- `cursor` string
- `limit` integer

## Response `200`

Success

- object
  - `next` string, uri, nullable — The link to the next page of results, or null if there is no next page.
  - `results` IndexCapacityTimeseries[], required
    - `date` string, date, required — The date for which the capacity data is reported.
    - `mw` string, decimal, required — The capacity in megawatts (MW) for the specified date.
    - `mwh` string, decimal, required — The capacity in megawatt-hours (MWh) for the specified date.

## 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/versions/6c4b83d3fc12/schema)
