Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Contact Us
  • Home
  • API, CLI, and SDK Documentation
  • REST API Documentation
  • Migration Reports Using REST API

Dashboard Report Using REST API

Learn how to review the migration dashboard using the DryvIQ REST API.

Written by Andrea Harvey

Updated at May 2nd, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Insights
    Prebuilt Insights Custom Insights
  • Content
  • Accounts
  • Activity Log
  • Content Scans
  • Migrations
    Migration Jobs Migration Reports Maps Flagged Items Migration Tools
  • Connections
    Supported Platform Connections Creating Connections Connection Maintenance Connection Pools
  • Entity Types
    DryvIQ Available Entity Types Custom Entity Types Entity Type Maintenance
  • Action Sets
    Creating Action Sets Action Sets Maintenance
  • Settings
    License Performance Notifications Extensions Entity Types Settings Display Settings Configuration
  • API, CLI, and SDK Documentation
    REST API Documentation Command-line Interface SDK Development
  • POC Offering
  • Release Notes
+ More

Table of Contents

Overview Total Number of Jobs and Total Runs Value of Data Identified and Data Resolved Dashboard Timeline Transfer statistics Statistics for a Given Period List All Reports for the Last 2 Weeks List All Stats for the Last 2 Weeks

Overview

The sample code in this section provides REST API calls for the same information available on the Dashboard.  

Total Number of Jobs and Total Runs

GET {{url}}v1/reports/all/stats?fields=transfer_stats

Value of Data Identified and Data Resolved

Cumulative total of source bytes:
GET {{url}}v1/transfers/stats/by_status
Cumulative total of destination bytes:
GET {{url}}v1/transfers/stats/by_status

Dashboard Timeline

GET {{url}}v1/transfers/stats/timeline?range=2w

Transfer statistics

GET {{url}}v1/reports/all/stats?fields=transfer_stats

Statistics for a Given Period

List All Reports for the Last 2 Weeks

The following example uses two weeks. Edit the range value to reflect your desired timeframe. 

GET {{url}}v1/reports/all/stats?range=2w

List All Stats for the Last 2 Weeks

The following example uses two weeks. Edit the range value to reflect your desired timeframe. 

GET {{url}}v1/transfers/stats?range=2w

 

 

api rest api migration dashboard analysis

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Google Drive
  • DryvIQ Platform REST API Documentation
  • Connection Pools Using REST API

Copyright 2025 – DryvIQ.

Knowledge Base Software powered by Helpjuice

Expand