API Documentation Update: comment_get Added

We are excited to announce that the API documentation for the comment_get method is now available in our Help Center.

The comment_get method allows you to retrieve comments with support for filters, sorting, pagination, and access checks. It can be used to get comments by task, track, user, status, or specific comment IDs.

The response includes:

  • All fields from the comments table
  • Related project, task, and track information
  • Comment history, if available
  • Optional attachments when with_attachments is used
  • Pagination metadata via records_filtered

This makes comment_get useful for building activity feeds, comment history views, task discussion panels, reports, and external integrations that need structured access to task comments.

Read the full comment_get documentation

What’s Next?

We’re actively expanding our Comments API. The next endpoint to be documented is:

  • comment_add — create new comments via API, including support for linking comments to tasks, projects, and other related objects.

Stay tuned — documentation for this endpoint is coming soon.

Scroll to Top