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

  1. Retrieves the cloning job by ID.
  2. Aggregates page-by-page comparison results.
  3. Calculates overall cloning progress and average match score.
  4. Lists outstanding fixes sorted by severity.

Input Parameters

ParameterTypeRequiredDescription
job_id string required Cloning job ID from discover_all_pages

What You Get Back

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.

Related Tools