Get Content Migration
get_content_migrationRetrieve the current status of a content migration using course and migration IDs. Track progress by polling the provided URL until workflow_state shows completed.
Instructions
Get the status of a single content migration. When workflow_state is "running", poll progress_url for live updates. When "completed", the migration is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| migration_id | Yes | The content migration ID |