---
title: "Get the outages (including applied overrides) of a specific service"
method: GET
path: "/service-outages"
tags: ["Service Outages"]
---

# Get the outages (including applied overrides) of a specific service

`GET /service-outages`

## Query parameters

- `service` number
- `from` string, date-time
- `until` string, date-time
- `ignore-overrides` boolean

## Response `200`

The outages of the service

- ServiceOutage[]
  - `status` 'OPERATIONAL' | 'UNDER_MAINTENANCE' | 'DEGRADED' | 'PARTIAL_OUTAGE' | 'MAJOR_OUTAGE' — the service status
  - `from` string, date-time
  - `until` string, date-time

---

[API](https://skmtc.dev/ilert/apis/ilert-rest-api.md) · [All operations](https://skmtc.dev/ilert/apis/ilert-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ilert/ilert-rest-api/revisions/cb7d5a5f9ab8/schema)
