Comments
List Feedback Comments
Get all comments on a feedback item with pagination and sorting options.
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
The feedback ID to get comments for
Number of comments to return per page
Number of comments to skip for pagination
Field to sort by (createdAt, updatedAt)
Sort direction (ASC for oldest first, DESC for newest first)
Response
Array of comment objects
Pagination metadata
Behavior
- Chronological Order: By default, comments sorted oldest first (ASC)
- Includes Subscriber: Each comment includes subscriber details
- Public & Private: Returns both public and private comments
- Paginated: Use limit/offset for loading more comments
Use Cases
- Comment Thread: Display discussion on feedback items
- Activity Feed: Show engagement and responses
- Moderation: Review all comments on feedback
Notes
- Private comments only visible to team members
- Includes subscriber avatar and name for display
- Supports pagination for long comment threads
- Default sort is oldest first for conversational flow

