---
title: "List incident comments"
method: GET
path: "/incidents/{id}/comments"
tags: ["Incidents"]
---

# List incident comments

`GET /incidents/{id}/comments`

Returns paginated comments for a specific incident, ordered by creation date ascending (oldest first).

## Path parameters

- `id` string, required

## Query parameters

- `cursor` string
- `limit` number

## Response `200`

List of comments for the incident

- PublicIncidentCommentsPaginationDto
  - `nextLink` string, nullable, required
  - `data` object[], required
    - `id` number, required
    - `comment` string, required
    - `publishOnStatusPage` boolean, required
    - `created` union, required
      - unknown
      - string
    - `user` object, required
      - `id` number, required
      - `fullName` string, required

## Other responses

- `401` — Unauthorized - missing or invalid authentication
- `404` — Incident not found

## Changes

> 6 revisions in range; 2 could not be searched.

- **2026-08-05** `e7fb5d5cdff6` — 1 info
  - added the required property `data/items/publishOnStatusPage` to the response with the `200` status

[Change history](https://skmtc.dev/uptimerobot/apis/uptimerobot-api/changes/incidents/:id/comments/get.md)

---

[API](https://skmtc.dev/uptimerobot/apis/uptimerobot-api.md) · [All operations](https://skmtc.dev/uptimerobot/apis/uptimerobot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uptimerobot/uptimerobot-api/revisions/2b6fa8c427ba/schema)
