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

# Status of ingested EBOCF Data

`GET /data-status/EBOCF`

This endpoint provides information about the number of data points ingested for the EBOCF 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.

## Query parameters

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

## Response `200`

Data retrieved

- InsightsApiModelsResponsesResponseWithMetadata1InsightsApiModelsResponsesDataStatusDataStatusResponse
  - `data` InsightsApiModelsResponsesDataStatusDataStatusResponse[], nullable
    - `settlementDate` string, date
    - `settlementPeriod` integer
    - `dataPointCount` integer
  - `metadata` InsightsApiModelsMetadataApiResponseSourceMetadata
    - `datasets` 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)
