v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBGoogle Workspace Reports
View User Workload Report
View backup status, activity logs, and summary for user workloads. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspGoogleUserWorkload
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "accountName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"accountName": "Druva",
"customerName": "Druva",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"userName": "vishal",
"userEmail": "vishal10@qagtest.drtst.org",
"addedOn": "2025-01-17T07:15:57.000Z",
"workloadType": "Google Drive",
"profileName": "Gsuite",
"storageName": "org_reports_ap1",
"appStatus": "Enabled",
"totalBackupData": 8476886,
"lastSuccessfulBackup": "2025-01-17T07:24:28.000Z",
"lastAttemptedBackup": "2025-01-17T07:24:28.000Z",
"lastBackupStatus": "Backup Failed",
"statusDetails": "EINTERNAL",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}