get_content_export
Retrieve the status of a content export and, when completed, get the expiring download URL from Canvas.
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 |