---
title: "Get incidents."
method: GET
path: "/incidents"
tags: ["Incidents"]
---

# Get incidents.

`GET /incidents`

## Query parameters

- `start-index` integer
- `max-results` integer
- `include` string[]
- `states` string[]
- `services` integer[]
- `from` string, date-time
- `until` string, date-time

## Response `200`

The incidents

- Incident[]
  - `id` number
  - `summary` string
  - `status` 'INVESTIGATING' | 'IDENTIFIED' | 'MONITORING' | 'RESOLVED' — the incident status
  - `message` string
  - `sendNotification` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `affectedServices` object[]
    - `impact` 'OPERATIONAL' | 'UNDER_MAINTENANCE' | 'DEGRADED' | 'PARTIAL_OUTAGE' | 'MAJOR_OUTAGE' — the service status
    - `service` ServiceNoIncludes
      - `id` number
      - `name` string
      - `alias` string
      - `status` 'OPERATIONAL' | 'UNDER_MAINTENANCE' | 'DEGRADED' | 'PARTIAL_OUTAGE' | 'MAJOR_OUTAGE' — the service status
      - `description` string
      - `oneOpenIncidentOnly` boolean
      - `showUptimeHistory` boolean
      - `teams` TeamRel[]
        - `id` integer
        - `name` string
  - `resolvedOn` string, date-time
  - `subscribed` boolean
  - `affectedTeams` TeamRel[]
    - `id` integer
    - `name` string

---

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