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

# List Incidents

`GET /incidents`

## Query parameters

- `sort` string
- `include` string
- `per_page` integer
- `page` integer
- `filter[name]` string
- `filter[status]` string
- `filter[occurs_after]` string
- `filter[occurs_before]` string
- `filter[occurs_on]` string

## Response `200`

Paginated set of `Incident`

## Changes

- **2026-06-26** `b7fcc33d06e5` — 1 breaking, 1 warning, 3 info
  - for the `query` request parameter `sort`, default value `-created_at` was added
  - deleted the `query` request parameter `filter[occurred_at]`
  - added the new optional `query` request parameter `filter[occurs_after]`
  - added the new optional `query` request parameter `filter[occurs_before]`
  - …1 more
- **2026-01-07** `3fcf13eb3b22` — 1 breaking, 1 info
  - removed the required property `data/items/attributes/component_id` from the response with the `200` status
  - added the optional property `data/items/attributes/components_count` to the response with the `200` status
- **2025-12-02** `b912f4471de4` — 1 info
  - added the optional property `included/items/anyOf[subschema #1: Component]/attributes/pivot` to the response with the `200` status
- **2025-08-25** `c7bc597b862d` — 6 breaking, 5 warning, 2 info
  - the `data/items/relationships/user/data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `included/items/anyOf[subschema #1: Component]/relationships/group/data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `data/items/relationships/user/data/id` from the response with the `200` status
  - removed the required property `data/items/relationships/user/data/type` from the response with the `200` status
  - …9 more
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/incidents/get.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/b7fcc33d06e5/schema)
