Get Assignment
get_assignmentRetrieve detailed information for a specific Canvas assignment using its course and assignment IDs, with optional fields like submissions and overrides.
Instructions
Get details for a single assignment by ID. Use include to request submission, overrides, all_dates, score_statistics, and other optional fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Extra fields to include on the assignment (Canvas include[] param) | |
| all_dates | No | Return all dates associated with this assignment | |
| course_id | Yes | The Canvas course ID | |
| assignment_id | Yes | The Canvas assignment ID | |
| override_assignment_dates | No | Apply assignment overrides to due/unlock/lock dates | |
| needs_grading_count_by_section | No | Break needs_grading_count down by section |