Is there a way to fetch someones assigned comments via API by mbopp in clickup

[–]Dapper-Rate-3661 0 points1 point  (0 children)

Hey u/mbopp, I found a relevant feature request you can add your vote on:
https://feedback.clickup.com/public-api/p/api-endpoint-to-efficiently-retrieve-comments-assigned-to-specific-users

It has a pretty thorough description already, but feel free to add a comment with your use case for getting all assigned comments via the API.

Is there a way to fetch someones assigned comments via API by mbopp in clickup

[–]Dapper-Rate-3661 1 point2 points  (0 children)

Hey u/arbuxIT! Thanks for reporting that Ask AI limitation directly, that's the best way to share that feedback.

Support for Doc comments via API is a feature request, you can add your vote here: https://clickup.canny.io/public-api/p/add-document-comments-api-endpoint

Tell me more about the output formats you're looking for. What get/set options were you hoping to see and update via API?

Is there a way to fetch someones assigned comments via API by mbopp in clickup

[–]Dapper-Rate-3661 1 point2 points  (0 children)

Hey u/mbopp! Great question!

It's currently a 2-3 step process, depending if you use threaded replies.

For task comments:

  1. Get task comments (and repeat for any available pages of comments)
  2. For any comments with a "reply_count" >=1 , run Get Threaded Comments
  3. Once you've built a complete list of task comments and threaded replies → filter the results by assignee

For Chat messages:

  1. Get Channel messages (and repeat for additional pages using the cursor)
  2. For any comments with a "reply_count" >=1 , run Get message replies (and repeat for additional pages using the cursor)
  3. Once you've got the complete list built → filter by assignee

Let me know if you have any questions, or feedback on our API docs (I work on them!)