---
updatedAt: 2025-09-04T18:39:24.000Z
---

Fetch the complete documentation index at: https://developer.clickup.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Comments

Get and add comments via API.

# Comments

The ClickUp API allows you to [view](#viewing-comments), [add](#adding-comments), and [update or delete](#update-and-delete-comments) comments on tasks, Lists, and Chat views.

## Viewing Comments

Retrieve existing comments via the API.

### Endpoints

Use the following endpoints to fetch comments:

* [Task Comments](https://developer.clickup.com/reference/gettaskcomments)
* [List Comments](https://developer.clickup.com/reference/getlistcomments)
* [Chat View Comments](https://developer.clickup.com/reference/getchatviewcomments)

## Adding Comments

Create comments for tasks, Lists, and Chat views through the API.

### Endpoints

* [Create a Task Comment](https://developer.clickup.com/reference/createtaskcomment)
* [Create a List Comment](https://developer.clickup.com/reference/createlistcomment)
* [Create a Chat View Comment](https://developer.clickup.com/reference/createchatviewcomment)

## Updating and Deleting Comments

Modify or remove existing comments using the API. These endpoints apply to task, <Glossary>List</Glossary>, and Chat view comments.

### Endpoints

* [Update Comment](https://developer.clickup.com/reference/updatecomment)
* [Delete Comment](https://developer.clickup.com/reference/deletecomment)