get_lessons
Retrieve lessons from OA-Y courses with filters for type, content type, profession, and search. Use pagination or request all lessons to access the full catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Get all lessons without pagination | |
| page | No | Page number (default: 1) | |
| type | No | Filter by lesson type | |
| limit | No | Number of lessons per page (default: 10) | |
| search | No | Search by lesson title or description | |
| contentType | No | Filter by content type | |
| professions | No | Array of profession IDs to filter lessons (must be obtained via get_professions tool call) |