---
title: "Changes to Get an incident by id"
method: GET
path: "/incidents/{incidentId}"
---

# Changes to Get an incident by id

`GET /incidents/{incidentId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 40 revisions.

- **2026-05-01** `39082d385dda` — 19 warning, 10 info
- **2026-01-19** `09670a0c51bd` — 1 warning
- **2026-01-19** `32614017d73a` — 1 info
- **2025-04-20** `b97ec6888b3c` — 1 breaking

## Changes

- **2026-05-01** `39082d385dda` — 19 warning, 10 info
  - removed the optional property `data/_id` from the response with the `200` status
  - removed the optional property `data/checks` from the response with the `200` status
  - removed the optional property `data/comment` from the response with the `200` status
  - removed the optional property `data/createdAt` from the response with the `200` status
  - removed the optional property `data/endTime` from the response with the `200` status
  - removed the optional property `data/message` from the response with the `200` status
  - removed the optional property `data/monitorId` from the response with the `200` status
  - removed the optional property `data/resolutionType` from the response with the `200` status
  - removed the optional property `data/resolvedBy` from the response with the `200` status
  - removed the optional property `data/startTime` from the response with the `200` status
  - removed the optional property `data/status` from the response with the `200` status
  - removed the optional property `data/statusCode` from the response with the `200` status
  - removed the optional property `data/teamId` from the response with the `200` status
  - removed the optional property `data/updatedAt` from the response with the `200` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `false` enum value to the `success` response property for the response status `401`
  - added the new `false` enum value to the `success` response property for the response status `500`
  - added the new `true` enum value to the `success` response property for the response status `200`
  - added the non-success response with the status `403`
  - removed the non-success response with the status `404`
  - added the optional property `data` to the response with the `401` status
  - added the optional property `data` to the response with the `500` status
  - added the optional property `data/monitor` to the response with the `200` status
  - added the optional property `data/user` to the response with the `200` status
  - the response property `data` became required for the status `200`
  - the response property `msg` became required for the status `200`
  - the response property `success` became required for the status `200`
  - added the required property `data/incident` to the response with the `200` status
- **2026-01-19** `09670a0c51bd` — 1 warning
  - added the new `undefined` enum value to the `data/resolutionType` response property for the response status `200`
- **2026-01-19** `32614017d73a` — 1 info
  - endpoint added
- **2025-04-20** `b97ec6888b3c` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/bluewave-labs/apis/checkmate-api/docs/incidents/:incidentId/get.md) · [API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [Page](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/incidents/:incidentId/get)
