---
title: "DX Results By Unit"
method: GET
path: "/gb/national-grid/dx/results-unit"
tags: ["NESO"]
---

# DX Results By Unit

`GET /gb/national-grid/dx/results-unit`

Details of all units accepted to provide the Dynamic Containment, Dynamic Moderation, and Dynamic Regulation services.

## Query parameters

- `date_from` string, date, required
- `date_to` string, date, required
- `limit` integer
- `offset` integer
- `timezone` 'UTC' | 'Europe/Berlin' | 'Europe/London' | 'America/New_York' | 'America/Chicago' | 'America/Los_Angeles'

## Response `200`

Success

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DCResultsByUnit[], required
    - `delivery_start` string, date-time, required
    - `delivery_end` string, date-time, required
    - `company` string, nullable
    - `unit_name` string, nullable
    - `efa_date` string, date, nullable
    - `efa` integer, nullable
    - `service` 'DCL' | 'DCH' | 'DRL' | 'DRH' | 'DML' | 'DMH', required
    - `cleared_volume` number, nullable
    - `clearing_price` number, nullable
    - `technology_type` string, nullable
    - `cancelled` string, nullable
    - `service_type` string, nullable
    - `unit_result_id` string, nullable
    - `postcode` 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)
