---
title: "Index List"
method: GET
path: "/indices/"
tags: ["Indices"]
---

# Index List

`GET /indices/`

Retrieves a list of all available indices, including custom indices and those created by Modo Energy.

## Query parameters

- `is_custom` boolean
- `market_region` string
- `limit` integer
- `offset` integer

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` IndexV2[], required
    - `id` integer, required — The unique identifier for the index.
    - `name` string, required — The name of the index.
    - `market_region` string — The market region associated with the index.
    - `is_custom` boolean, required — Indicates whether the index is custom.
    - `benchmark_type` string — The benchmark type classification of the index.
    - `created_by` string, required — Specifies whether the index was created by Modo Energy or a user.
    - `index_definition` object — The methodology or definition of the index.

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