---
title: "Get Incident"
method: GET
path: "/incidents/{incident}"
tags: ["Incidents"]
---

# Get Incident

`GET /incidents/{incident}`

## Path parameters

- `incident` integer, required

## Query parameters

- `include` string[]

## Response `200`

`Incident`

## Other responses

- `404` — Not found

## Changes

- **2026-07-10** `4e4308be5bcf` — 9 breaking, 1 info
  - for the `query` request parameter `include`, the type changed from `string` to `array`
  - the response property `data/attributes/created/human` became nullable for the status `200`
  - the response property `data/attributes/created/string` became nullable for the status `200`
  - the response property `data/attributes/occurred/human` became nullable for the status `200`
  - …6 more
- **2026-01-07** `3fcf13eb3b22` — 1 breaking, 1 info
  - removed the required property `data/attributes/component_id` from the response with the `200` status
  - added the optional property `data/attributes/components_count` to the response with the `200` status
- **2025-08-25** `c7bc597b862d` — 3 breaking, 3 warning, 1 info
  - the `data/relationships/user/data` response's property type changed from `object` to no type for status `200`
  - removed the required property `data/relationships/user/data/id` from the response with the `200` status
  - removed the required property `data/relationships/user/data/type` from the response with the `200` status
  - removed the optional property `data/relationships/components/data/items/attributes` from the response with the `200` status
  - …3 more
- **2025-08-15** `5b3f1f21cf76` — 1 info
  - media type `application/json` was changed to a more specific media type `application/vnd.api+json` for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/incidents/:incident/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)
