---
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

---

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