---
title: "Get List Comments"
method: GET
path: "/v2/list/{list_id}/comment"
tags: ["Comments"]
---

# Get List Comments

`GET /v2/list/{list_id}/comment`

View the comments added to a List. \
 \
If you do not include the `start` and `start_id` parameters, this endpoint will return the most recent 25 comments.\
 \
Use the `start` and `start id` parameters of the oldest comment to retrieve the next 25 comments.

## Path parameters

- `list_id` number, required

## Query parameters

- `start` integer
- `start_id` string

## Response `200`

- object
  - `comments` Items[], required — unresolved $ref

---

[API](https://skmtc.dev/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.dev/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
