get_outcome_results
Retrieve per-student outcome results for a course, with optional filters by outcome, student, and alignment details.
Instructions
Get per-student outcome results for a course, with optional outcome, student, and alignment filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID. | |
| user_ids | No | Optional Canvas user IDs or SIS user IDs prefixed with "sis_user_id:". | |
| outcome_ids | No | Optional outcome IDs to restrict the results. | |
| include_alignments | No | Include linked alignment details in the response. | |
| include_hidden | No | Include hidden outcomes when Canvas supports it. |