---
title: "View Backup Activity Report"
method: POST
path: "/msp/reporting/v1/reports/mspEWBackupActivity"
tags: ["Enterprise Workloads Reports"]
---

# View Backup Activity Report

`POST /msp/reporting/v1/reports/mspEWBackupActivity`

Provides a comprehensive list of all backup operations performed for resources of the workloads configured in the organizations of the MSP customers. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.

## Headers

- `Authorization` string, required

## Request body

- object
  - `filters` object
    - `pageSize` integer — Specify the maximum number of records that should returned in a response. Maximum limit is 500 records. Default pageSize is 100.
    - `filterBy` object[] — Select the filters to be applied to the report. If you do not specify a date filter, the lastUpdatedTime filter is set to 1 day by default.
      - `fieldName` 'customerGlobalId' | 'accountName' | 'customerName' | 'lastUpdatedTime' | 'ended' | 'started' | 'scheduled' | 'jobID' | 'workloads' | 'status' | 'backupPolicy' | 'backupType' | 'resourceType' | 'vm' | 'backupMethod' | 'backupContent' | 'backupMountName' | 'scanType' | 'backupSet' | 'administrativeGroup' | 'organization' | 'details' | 'deviceName' | 'configurationMode' — Specify the name of the filter.
      - `operator` 'EQUAL' | 'GT' | 'GTE' | 'LT' | 'LTE' | 'CONTAINS' | 'NOTEQUAL' — Specify the operator(s) for the report. The possible values are - EQUAL, NOTEQUAL, CONTAINS, LT (less-than), LTEQ (less-than-or-equal), GT (greater-than), GTEQ (greater-than-or-equal).
      - `value` union — Specify the value of the filter applied to the report.
        - integer — integer
        - string — string
        - string[] — array of strings
        - integer[] — array of integers
  - `pageToken` string — Specify the token to access the results on the next page. Keep this field blank for the first request. To view the results on the next page, use the value received in the 'nextPageToken' parameter of the previous response.

## Response `200`

Success

- GetBackupActivityReportDataResponse
  - `data` BackupActivityReportData[]
    - `customerGlobalId` string — Unique ID of the customer.
    - `accountName` string — Account name defined for the customer
    - `customerName` string — Customer name defined for the customer
    - `lastUpdatedTime` string, date-time — The last updated time of a report, in the UTC format.
    - `ended` string, date-time — The time when the backup operation finished.
    - `started` string, date-time — The time when the backup operation started.
    - `scheduled` string, date-time — The backup schedule defined for the backup set.
    - `jobID` integer — The unique identification number associated with the backup job.
    - `workloads` string — The name of the workload to which the backup set belongs. For example Files, OracleDTC.
    - `status` string — The status of the backup job.
    - `backupPolicy` string — The backup policy associated with the resource.
    - `backupType` string — The backup type for virtual machines and SQL servers.
    - `resourceType` string — The SQL resource type, such as SQL Standalone Instance or SQL Availability Group.
    - `vm` string — The name of the virtual machine, backup mount name, or NAS device that has been backed up.
    - `backupMethod` string — The backup method used for Oracle databases, such as Full, Incremental, or Archive Logs.
    - `backupContent` string — The content rule or the custom content applied to the resource for backup. For Oracle and MS-SQL Servers, this field displays the number of databases included in the backup.
    - `scanType` string — The type of scans, such as the Smart scan or the Full scan.
    - `backupMountName` string — Name of the backup mount.
    - `backupSet` string — The name of the backup set associated with the backup policy.
    - `administrativeGroup` string — The name of the administrative group of the workload.
    - `organization` string — The name of the organization in which the workload is configured.
    - `details` string — The details of the job.
    - `deviceName` string — The device name in Phoenix. Example - Ernie Carter's Macbook
    - `configurationMode` string — Configuration mode for the backup set
  - `lastSyncTimestamp` string, date-time — Time stamp of the report data, in UTC format.
  - `filters` object — The filters applied on the report.
  - `nextPageToken` string — The token to access the next page of results. This parameter will be empty for the last page of the results. This token is valid for 5 minutes.

## Other responses

- `400` — Bad Request
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
