Create Content Export
create_content_exportInitiate a Canvas course export as Common Cartridge, QTI, or ZIP. Returns an export ID for tracking; use get_content_export to poll progress and fetch the download link when ready.
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) |