Management
Get Feedback Info
Get detailed information about a specific feedback item including creator, votes, comments, and metadata.
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 information for (UUID)
Alternative: The feedback URL ID (short identifier)
feedbackId or urlId, not both.
Response
Feedback object with complete details
Use Cases
- Feedback Detail Page: Display complete feedback information
- Permalink Access: Access feedback by URL ID from permalinks
- Widget Display: Show feedback details in embedded widgets
Notes
- Accepts either
feedbackId(UUID) orurlId(short identifier) - Returns 404 if feedback doesn’t exist or is not published
- Includes related objects (board, subscriber, tags)
- Vote and comment counts are real-time

