get_questions
Retrieve customer questions about products, with options to skip, limit, sort, and filter by answered status.
Instructions
Get customer questions about products
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number to skip (default 0) | |
| take | No | Number to return (default 100) | |
| order | No | Sort order | |
| isAnswered | No | Filter by answered status (default false) |