list_student_groups
Retrieve student groups with optional filters by subject or classroom, and use pagination to manage large datasets efficiently.
Instructions
List Student Groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 20, max 100) | |
| offset | No | Pagination offset | |
| subject_id | No | Filter by subject id, e.g. methods_34 | |
| classroom_id | No | Filter by parent classroom UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |