download_submissions
Download all submitted files for a Canvas assignment to a local directory, creating a per-student folder and returning the path.
Instructions
Download all submitted files for an assignment to a local directory. Creates a folder per student. Returns the path where files were saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| output_dir | No | Local directory to save files to | ./downloads |
| assignment_id | Yes | Assignment ID |