get_catalog_products
Retrieve educational products from the catalog with filtering options for category, type, search, and sorting. Supports pagination for browsing course and program listings.
Instructions
Get all catalog products
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| published | No | Show only published products | |
| category_id | No | Filter results on category_id | |
| productable_type | No | Filter results on productable_type | |
| search | No | Filter results on search | |
| sort | No | Sort the results. Can change order by using `<sort_by>:<direction>` where `<direction>` is either `asc` or `desc` |