Dashboard Report Using REST API
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_statsValue 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_statusDashboard Timeline
GET {{url}}v1/transfers/stats/timeline?range=2wTransfer statistics
GET {{url}}v1/reports/all/stats?fields=transfer_statsStatistics for a Given Time Period
List All Reports for the Last 2 Weeks
GET {{url}}v1/reports/all/stats?range=2w
List All Stats for the Last 2 Weeks
GET {{url}}v1/transfers/stats?range=2w
