
Clickup API Integration Profile
Information and guides about integrating with Clickup API
Add Clickup Integration to Your ProductGet Task Comments in Clickup API
View task comments. 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.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Task Id | pathParameters.task_id | string | |
Query | query | object | |
Custom Task Ids | query.custom_task_ids | boolean | |
Team Id | query.team_id | number |
Output schema fields
Field Name | API Key | Type | |
---|---|---|---|
Comments | comments | array of items | |
Id | item.id | string | |
Comment | item.comment | array of items | |
Text | item.text | string | |
Comment Text | item.comment_text | string |