list_assignment_overrides
Retrieve all due-date and availability overrides for a specific assignment to audit existing overrides before creating new ones, preventing duplicate student-set override errors.
Instructions
List all due-date / availability overrides for a specific assignment in a course. Returns overrides targeting individual students, sections, or groups. Useful for auditing before creating a new override — Canvas returns a 422 if a student-set override already exists for the same students on the same assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| assignment_id | Yes | Canvas assignment ID |