Topics
List Topics
Get all published topics (feature requests) for a specific roadmap stage. 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
Roadmap ID (UUID)
Stage ID (UUID) to filter topics by
Field to sort by (createdAt, updatedAt, title)
Sort direction (ASC or DESC)
Response
Array of topic objects
Pagination metadata
Behavior
- Published Only: Only returns topics with
publishedAtset (not null) - Stage Filtering: Topics filtered by specific roadmap stage
- Sorted: Returns topics sorted by specified field
- Pagination: Supports offset/limit pagination
Use Cases
- Roadmap Display: Show feature requests by stage
- Public Roadmap: Display planned features to users
- Feature Voting: List features for users to vote on
Notes
- Both
roadmapIdandstageIdare required - Only published topics are returned (draft topics excluded)
- Topics include vote and comment counts
- Stage must belong to the specified roadmap

