Export course grades as an LMS CSV
GET/api/courses/:id/grades/export
Builds an import-ready LMS gradebook CSV server-side and returns it as a download. The export is audited here (atomically with generation) rather than via a separate, skippable client call. Course staff (faculty or TAs) or a system admin.
Request
Responses
- 200
- 400
- 401
- 403
- 500
A CSV file (text/csv) as an attachment.
No matching assignments to export.
Not signed in.
Not course staff (faculty or TAs) or a system admin.
Server error.