create_content_export
Start a Canvas course content export (Common Cartridge, QTI, or zip). Returns an export ID immediately; poll progress with get_content_export to retrieve the download link when finished.
Instructions
Start a Canvas course content export (Common Cartridge / QTI / zip). Exports are asynchronous — this tool returns immediately with an export ID and initial workflow_state ("created"). Call get_content_export to poll progress and retrieve the time-limited download link when the export finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| export_type | Yes | Export format: common_cartridge (IMS CC, widely portable for migration/backup), qti (assessments only), zip (Canvas-native files archive) |