Reports
The Reports section provides summary and per-job analytics for all migration activity in your account.
Summary Report
The summary report shows aggregate stats across all jobs in your account, optionally filtered by date range and status.
Access: Click Reports in the left sidebar.
Available filters:
- From / To — date range for job creation date
- Status — filter to specific job status (e.g., show only
completedorfailedjobs)
Summary metrics:
| Metric | Description |
|---|---|
| Total Jobs | All jobs in the selected date range |
| Completed Jobs | Jobs that finished successfully |
| Failed Jobs | Jobs that ended with errors |
| Running Jobs | Jobs currently in progress |
| Total GB Transferred | Sum of all bytes transferred across all jobs |
| Total Files Transferred | Sum of all files/records transferred |
| Success Rate | Completed / total jobs as a percentage |
Below the summary, a table lists individual jobs with: name, type, agent, GB transferred, file count, start/end times, and status.
Per-Job Report
Click any job in the Reports table (or navigate to a job detail page → View Report) to see the full single-job report:
| Field | Description |
|---|---|
| Job ID | Unique job identifier |
| Name | Job name as entered |
| Type | Job type (archive, migrate_files, etc.) |
| Status | Final job status |
| Agent | Agent that executed the job |
| Source | Source type and path/location |
| Destination | Destination type, storage account, container |
| Total Files | Files found during scan |
| Completed Files | Files successfully transferred |
| Failed Files | Files that failed with errors |
| Skipped Files | Files filtered out or already at destination |
| Total Bytes | Total data scanned |
| Completed Bytes | Data successfully transferred |
| GB Transferred | Completed bytes in GB (rounded to 2 decimal places) |
| Success Rate | (Completed – Failed) / Total files × 100 |
| Started At | Timestamp when agent began executing |
| Completed At | Timestamp when job finished |
| Duration | Total elapsed time (e.g., 2h 14m 37s) |
CSV Export
Any per-job report can be exported as a CSV file for client documentation or billing.
- Navigate to Reports → click a job.
- Click Export CSV.
- The file downloads as
migration-report-{job_id}-{date}.csv.
The CSV contains all the same fields as the per-job report in two-column format (Field, Value), suitable for inclusion in a client handoff document.
Dashboard Charts
The Dashboard page includes a GB Transferred (Last 30 Days) area chart showing daily data transfer volume. This gives a quick visual of migration activity volume over the past month.