---
title: "System warnings (SYSWARN)"
method: GET
path: "/system/warnings"
tags: ["System"]
---

# System warnings (SYSWARN)

`GET /system/warnings`

This endpoint provides system warnings data. Results can be filtered by warning type and a range of DateTime parameters.
- If no parameters are specified then the latest message is returned
- If just a warning type is specified then the latest message of that type is returned
- If just publish times are specified then all messages within that range are returned

## Query parameters

- `warningType` string
- `publishDateTimeFrom` string, date-time
- `publishDateTimeTo` string, date-time
- `format` 'json' | 'xml' | 'csv'

## Response `200`

OK

- InsightsApiModelsResponsesResponseWithMetadata1InsightsApiModelsResponsesMiscSystemWarningsData
  - `data` InsightsApiModelsResponsesMiscSystemWarningsData[], nullable
    - `publishTime` string, date-time, nullable
    - `warningType` string, nullable
    - `warningText` string, nullable
  - `metadata` InsightsApiModelsMetadataApiResponseSourceMetadata
    - `datasets` string[], nullable

---

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