get_hotmart_products
Retrieve a paginated list of products from your Hotmart account, filtered by status, format, and product ID.
Instructions
Get list of products from Hotmart account.
Args: status: Filter by product status. Options: DRAFT, ACTIVE, PAUSED, NOT_APPROVED, IN_REVIEW, DELETED, CHANGES_PENDING_ON_PRODUCT max_results: Maximum number of items per page (default: 50, max: 50) page_token: Cursor for pagination product_id: Unique identifier (ID) of the product (7 digits) format: Product format. Options: EBOOK, SOFTWARE, MOBILE_APPS, VIDEOS, AUDIOS, TEMPLATES, IMAGES, ONLINE_COURSE, SERIAL_CODES, ETICKET, ONLINE_SERVICE, ONLINE_EVENT, BUNDLE, COMMUNITY
Returns: JSON string containing list of products with their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| max_results | No | ||
| page_token | No | ||
| product_id | No | ||
| format | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |