list_lesson_plans
Fetch tutoring lesson plans filtered by classroom, group, student, or status; pagination helps retrieve only the records you need.
Instructions
List Lesson Plans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 20, max 100) | |
| scope | No | classroom, group, student | |
| offset | No | Pagination offset | |
| status | No | draft, ready, delivered | |
| student_id | No | Filter by target student UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |