---
title: "Get Chat View Comments"
method: GET
path: "/v2/view/{view_id}/comment"
tags: ["Comments"]
---

# Get Chat View Comments

`GET /v2/view/{view_id}/comment`

View comments from a Chat view. \
 \
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

- `view_id` string, required

## Query parameters

- `start` integer
- `start_id` string

## Response `200`

- object
  - `comments` object[], required
    - `id` string, required
    - `comment` Items[], required — unresolved $ref
    - `comment_text` string, required
    - `user` User, required — unresolved $ref
    - `resolved` boolean, required
    - `assignee` string, nullable, required
    - `assigned_by` string, nullable, required
    - `reactions` string[], required
    - `date` string, required
    - `reply_count` string

---

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