List ProdPad Feedback
prodpad_list_feedbackList feedback items from ProdPad with optional filters for state, company, product, tags, and linked ideas. Supports pagination.
Instructions
List feedback in ProdPad with optional filters and pagination.
Args:
page (number): Page number, default 1
size (number): Items per page, default 25
state (string): active, unsorted, archived, or all
company (string): Filter by company name
product (string): Filter by product ID
tags (string): Comma-separated tag IDs (OR logic)
has_ideas (boolean): Filter to feedback with/without linked ideas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| size | No | Items per page (max 100) | |
| tags | No | Comma-separated tag IDs to filter by (OR logic) | |
| state | No | Filter by feedback state (default: active) | |
| company | No | Filter by company name | |
| product | No | Filter by product UUID or ID | |
| has_ideas | No | Filter to feedback linked (or not) to ideas |