---
title: "Get Active Banner"
method: GET
path: "/api/v1/incidents/banner"
tags: ["incidents"]
---

# Get Active Banner

`GET /api/v1/incidents/banner`

Return the banner this company should see, or null.

Writes are owned by the admin console (direct DB access), so this is the
whole backend surface for incident banners.

## Response `200`

Successful Response

- IncidentBannerRead — What the frontend needs to render the bar. Nothing more.
  - `id` string, uuid, required
  - `message` string, required
  - `severity` string, required

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
