get_assignment
Retrieve details for a specific assignment by course and assignment ID. Optionally include submission, overrides, all dates, and score statistics.
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 |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_id | Yes | The Canvas assignment ID | |
| include | No | Extra fields to include on the assignment (Canvas include[] param) | |
| 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 | |
| all_dates | No | Return all dates associated with this assignment |