Get Content Export
get_content_exportCheck a content export's status and fetch the time-limited download URL once the export completes. Solves the problem of waiting for and retrieving finished export files.
Instructions
Get the status of a content export. When workflow_state is "exported", attachment.url contains a time-limited download link — download it promptly, as the URL expires (re-fetch to get a fresh one). Returns attachment: null while still "created"/"exporting" or on "failed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| export_id | Yes | The export ID returned by create_content_export |