get_migration_status
Job progress tracking with page-by-page match scores
Overview
Check how your cloning project is progressing. See which pages have been compared, their individual match scores, and what fixes are still outstanding. Use this to track your cloning from start to finish.
How It Works
- Retrieves the cloning job by ID.
- Aggregates page-by-page comparison results.
- Calculates overall cloning progress and average match score.
- Lists outstanding fixes sorted by severity.
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
job_id |
string |
required | Cloning job ID from discover_all_pages |
What You Get Back
- Job status (discovering, active, complete)
- Total pages vs. compared pages
- Average match score across all compared pages
- Per-page scores and fix counts
- Outstanding fixes by severity
Example Use Case
After running comparisons on 100 pages, check the status to see that 85 pages score above 95% and 15 pages still need work. Drill into the low-scoring pages to see exactly what fixes are needed.
Tips
Use the job_id returned by discover_all_pages.
Check status periodically during run_full_comparison to monitor progress.
Focus your efforts on pages with critical and high severity fixes first.
