Management
List Feedback (Public)
List feedback with advanced filtering and sorting. Returns feedback from public boards.
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
This endpoint requires API key authentication via theAuthorization header.
Query Parameters
Sorting method:
newest- Most recently updated (default)top- Most votes overalltrending- Most activity in last 7 days (votes + comments)
Filter by status:
in_reviewin_progressplannedcompletedclosed
Filter by feedback board UUID
Search in feedback text (case-insensitive)
Maximum number of results (1-100)
Number of results to skip for pagination
Response
Array of feedback objects
Sorting Algorithms
Top
Sorts by total vote count (all-time). Use for “most popular” or “most requested” views.Trending
Sorts by recent activity (votes + comments in last 7 days). Use for “hot” or “trending now” views.Newest
Sorts by most recent update. Use for “latest feedback” or chronological views.Use Cases
- Public Feedback Portal: Display all feedback to users
- Feature Voting Board: Show top-voted features
- Trending Ideas: Highlight gaining traction
- Search: Find specific feedback
- Board-Specific Views: Filter by board for categorization
Notes
- Only returns feedback from public boards
- Archived feedback is excluded
- Search is case-insensitive and searches the
textfield - Pagination is recommended for large datasets
- Vote and comment counts are calculated in real-time
- Default sort is by
updatedAt DESC(most recently updated)

