---
title: "View Rollback Actions Report"
method: POST
path: "/msp/reporting/v1/reports/mspDGRollbackActions"
tags: ["Cyber Resilience Reports"]
---

# View Rollback Actions Report

`POST /msp/reporting/v1/reports/mspDGRollbackActions`

This report provides a consolidated and point-in-time views based on date ranges for all the protected entities that are deleted in your environment. 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' | 'deleteRequestID' | 'deletedDateTime' | 'permanentDeleteDate' | 'deletedBy' | 'entityType' | 'deletedItem' | 'entityName' | 'deletionReason' | 'status' | 'lastUpdatedTime' | 'dataSize' | 'rollbackDateTime' | 'rolledBackBy' — Specify the name of the filter.
      - `operator` 'EQUAL' | 'GT' | 'GTE' | 'LT' | 'LTE' | 'CONTAINS' | 'NOTEQUAL' — The operators that are supported for the filter 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.
        - string — string
        - integer — integer
        - 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

- GetRollbackActionsReportDataResponse
  - `data` RollbackActionsReportData[]
    - `customerGlobalId` string — Unique ID of the customer.
    - `accountName` string — Account name defined for the customer
    - `customerName` string — Customer name defined for the customer
    - `dataSize` integer — The data size.
    - `deleteRequestID` string — Delete Request ID
    - `deletedBy` string — The admin who deleted the entity.
    - `deletedDateTime` string, date-time — The date on which the entity was deleted. The time is in the UTC time zone. Example - 2019-10-25T00:00:00Z
    - `deletionReason` string — The reason for which the entity was deleted.
    - `entityName` string — The name of the entity.
    - `deletedItem` string — Type of deleted entity
    - `entityType` string — The type of entity. (Endpoints, Exchange Online,File Servers,Google Drive,Google Mail,Groups,NAS,One Drive,Profiles,Public Folders,SharePoint,Shared Drives,Teams,Users, VMware)
    - `rollbackDateTime` string, date-time — The date on which the entity was rolled-back. The time is in the UTC time zone. Example - 2019-10-26T00:00:00Z
    - `rolledBackBy` string — The admin who rolled-back the entity.
    - `status` string — The status of the request. Possible values(Available for rollback, Permanently deleted, Rollback in progress, Rolled back)
    - `permanentDeleteDate` string, date-time — The date on which the entity will be permanently deleted if not rolled-back. Example - 2019-10-28T00:00:00Z
    - `lastUpdatedDateTime` string, date-time — The last updated time stamp. The time is in the UTC time zone. Example - 2019-10-25T00:00:00Z
  - `lastSyncTimestamp` string, date-time — Time stamp until which report data is returned in the API. The time is in the UTC time zone.
  - `filters` object — 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/revisions/2af2bf148b25/schema)
