blackboard_download_feedback_file
Downloads a feedback file that a professor attached to a graded attempt in Blackboard, using the file ID from assignment feedback. Saves the file locally for review.
Instructions
[EXPERIMENTAL] Download a feedback file that a professor attached to a graded attempt. Use the fileId from blackboard_get_assignment_feedback → attempt.feedbackFiles. The download endpoint may not be available on all Blackboard versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | File ID from blackboard_get_assignment_feedback → attempt.feedbackFiles | |
| columnId | Yes | Gradebook column (assignment) ID | |
| courseId | Yes | Blackboard course ID | |
| filename | No | Filename to save as (defaults to the name from feedbackFiles) | |
| attemptId | Yes | Attempt ID from blackboard_get_assignment_feedback | |
| outputDir | No | Relative subdirectory inside ~/Downloads/campus-cli (or CAMPUS_DOWNLOAD_DIR) |