Skip to main content

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.

View source

Request

Responses

A CSV file (text/csv) as an attachment.