get_assign_submissions
Retrieve assignment submissions, optionally including per-user grading status. Filter by submission state to streamline review and grading.
Instructions
Submissions for an assignment (default: only submitted state). Optionally fetch per-user grading status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | submitted | |
| user_ids | No | If set with include_status_per_user, only fetches status for these users. | |
| assign_id | Yes | assign.instance id (NOT cmid). | |
| include_status_per_user | No | If true, fetches submission status (grading state, due/late flags) per user — heavier. |