---
title: "Constraints Cost Volume"
method: GET
path: "/gb/national-grid/constraints/cost-volume"
tags: ["NESO"]
---

# Constraints Cost Volume

`GET /gb/national-grid/constraints/cost-volume`

The publication consists of constraint breakdown information to provide additional transparency of why as ESO we are taking actions on the system. Please note that tags applied to actions can occasionally be changed post event and in this instance the information in this dataset would be refreshed to reflect the up to date information.

## Query parameters

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

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ConstraintBreakdownCostsAndVolumes[], required
    - `date` string, date, required
    - `reducingLargestLossCost` number, required
    - `increasingSystemInertiaCost` number, required
    - `voltageConstraintsCost` number, required
    - `thermalConstraintsCost` number, required
    - `reducingLargestLossVolume` number, required
    - `increasingSystemInertiaVolume` number, required
    - `voltageConstraintsVolume` number, required
    - `thermalConstraintsVolume` number, 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)
