---
title: "List data protection rules"
method: GET
path: "/msp/dataProtection/v1/rules"
tags: ["Data Protection"]
---

# List data protection rules

`GET /msp/dataProtection/v1/rules`

Returns data protection rules for the MSP.

## Query parameters

- `pageSize` string
- `pageToken` string

## Headers

- `Authorization` string, required

## Response `200`

Ok

- DataProtectionListRulesResponse — ListRulesResponse represents list rules API response
  - `nextPageToken` string — Token for fetching next page (empty if no more pages)
  - `rules` DataProtectionRuleResponse[] — List of rules
    - `createdOn` string, date-time — When rule was created
    - `evaluationFrequency` integer — Evaluation frequency: 0=N/A, 1=Hourly, 2=Daily, 3=Weekly, 4=Monthly
    - `parameterType` integer — Parameter type: 1=RPO Compliance, 2=Backup Success Rate, 3=Consecutive Failures
    - `productID` integer — Product ID: 1=Enterprise Workloads, 2=SaaS Apps and Endpoints
    - `ruleID` string — Rule unique identifier
    - `ruleName` string — Rule name
    - `status` integer — Rule status: 1=Active, 2=Disabled
    - `threshold` integer — Threshold value
    - `updatedOn` string, date-time — When rule was last updated
    - `workloadIDs` integer[] — Workload IDs being monitored

## Other responses

- `400` — Bad Request - Invalid pagination parameters
- `401` — The request did not include a valid Access Token. Kindly provide a valid Access Token to process the request.
- `403` — Forbidden - Insufficient permissions
- `500` — The request was not processed due to an internal error. Kindly try again later. If the error persists, contact Druva Support.

---

[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)
