get_posts
Retrieve customer feedback posts from a Canny board. Filter by status, tags, categories, or search terms to find relevant insights.
Instructions
Get posts from a specific Canny board with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of posts to skip for pagination | |
| sort | No | Sort order for posts | |
| limit | No | Number of posts to retrieve | |
| search | No | Search term to filter posts | |
| status | No | Filter by post status | |
| tagIds | No | Optional tag IDs to filter posts | |
| boardId | Yes | ID of the board to fetch posts from | |
| categoryIds | No | Optional category IDs to filter posts |