Skip to main content
POST

Authentication

Request Body

string
Topic ID (UUID). If not provided, returns comments from all team topics.
string
default:"createdAt"
Field to sort by (createdAt, updatedAt)
string
default:"DESC"
Sort direction (ASC or DESC)

Response

array
Array of comment objects with nested replies
object
Pagination metadata

Behavior

  • Hierarchical: Returns top-level comments with nested replies
  • Team-Wide: If no topic ID provided, returns comments from all team topics
  • Includes Topic: When listing all comments, includes topic details for context

Use Cases

  • Topic Discussion: Display all comments on a topic
  • Zapier Integration: Fetch all new topic comments across roadmap
  • Activity Feed: Show recent topic activity

Notes

  • Without topic ID, fetches from all team topics (useful for Zapier)
  • Returns empty array if topic has no comments
  • Deleted subscribers still shown in comment history