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

# List Incidents

`GET /incidents`

## Query parameters

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

## Response `200`

Paginated set of `Incident`

## Changes

- **2026-07-10** `4e4308be5bcf` — 28 breaking, 13 warning, 1 info
  - for the `query` request parameter `sort`, default value was changed from `-created_at` to `-created_at`
  - for the `query` request parameter `include`, the type/format was changed from `string`/`` to `array`/``
  - for the `query` request parameter `sort`, the type/format was changed from `string`/`` to `array`/``
  - the response property `data/items/attributes/created/human` became nullable for the status `200`
  - …38 more
- **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
- …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/4e4308be5bcf/schema)
