Comments
List Topic Comments
Get all comments on a topic with nested replies. Supports sorting and pagination.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Request Body
Topic ID (UUID). If not provided, returns comments from all team topics.
Field to sort by (createdAt, updatedAt)
Sort direction (ASC or DESC)
Response
Array of comment objects with nested replies
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

