list_homework
Retrieve homework assignments from ClassQuill, filtering by scope (classroom, group, student), student ID, or type. Supports pagination for controlled result sizes.
Instructions
List Homework
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 20, max 100) | |
| scope | No | classroom, group, student | |
| offset | No | Pagination offset | |
| student_id | No | Filter by assigned student UUID | |
| homework_type | No | text or exam |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |