list_posts
Retrieve and filter feedback posts from Featurebase by category, status, date range, or search terms to organize customer input.
Instructions
List posts with optional filtering. Available fields: id, title, content, author, authorId, authorPicture, commentsAllowed, organization, upvotes, upvoted, postCategory(category,private,prefill,roles,hiddenFromRoles,id), postTags(name,color,private,id), postStatus(name,color,type,isDefault,id), date, lastModified, comments, isSubscribed, inReview, lastDraggedTimestamps
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Find submission by its id | |
| q | No | Search for posts by title or content | |
| category | No | Filter posts by category (board) names | |
| status | No | Filter posts by status ids | |
| sortBy | No | Sort posts (e.g., "date:desc" or "upvotes:desc") | |
| startDate | No | Get posts created after this date | |
| endDate | No | Get posts created before this date | |
| limit | No | Number of results per page | |
| page | No | Page number | |
| select | No | Fields to return. Examples: "id,title,upvotes" | "title,author(name)" | "postCategory(category),postStatus(name)". Leave empty for all fields. |