---
title: "Status of ingested REMIT Data"
method: GET
path: "/data-status/REMIT"
tags: ["Data Status"]
---

# Status of ingested REMIT Data

`GET /data-status/REMIT`

This endpoint provides information about the number of data points ingested for the REMIT dataset.
            
The settlementDateFrom and settlementDateTo query parameters are optional. If they're not provided, the endpoint
will return data for up to the last 25 Settlement Periods, including the current one.
            
The source parameter is optional and allows filtering by data source:
- 'Elexon' for Elexon Portal data (files prefixed with ELXP-RMT)
- 'MFT' for MFT data (files prefixed with NGET-RMT)
- If not provided, returns total data points from all sources

## Query parameters

- `source` 'Elexon' | 'MFT'
- `settlementDateFrom` string, date
- `settlementDateTo` string, date
- `format` 'json' | 'xml' | 'csv'

## Response `200`

Data retrieved

- InsightsApiModelsResponsesRemitResponseWithMetadata1InsightsApiModelsResponsesDataStatusDataStatusResponse
  - `data` InsightsApiModelsResponsesDataStatusDataStatusResponse[], nullable
    - `settlementDate` string, date
    - `settlementPeriod` integer
    - `dataPointCount` integer
  - `metadata` InsightsApiModelsMetadataRemitApiResponseSourceMetadata
    - `datasets` string[], nullable
    - `source` string, nullable

## Other responses

- `400` — Error with query parameters - see response for details
- `429` — Too many requests
- `500` — Server error - please try again later

---

[API](https://skmtc.net/elexon/apis/bmrs-insights.md) · [All operations](https://skmtc.net/elexon/apis/bmrs-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elexon/bmrs-insights/versions/d94e9edb295e/schema)
