---
title: "List Sensitive Data Governance settings"
method: GET
path: "/sdg/v1/settings"
tags: ["Sensitive Data Governance"]
---

# List Sensitive Data Governance settings

`GET /sdg/v1/settings`

Get the SDG settings for the customer.

## Response `200`

OK

- GetSetingsResponse
  - `isAutoResolveViolations` boolean — Flag describing whether auto resolution of violations is enabled or not.
  - `daysToResolveNonCriticalViolations` integer — The number of days after which non critical violations will be auto resolved.
  - `daysToResolveCriticalViolations` integer — The number of days after which critical violations will be auto resolved.
  - `isArchiveScan` boolean — Flag describing whether archive files will be scanned for generating violations.
  - `isAutoArchiveResolvedViolations` boolean — Flag describing whether resolved violations will be automatically archived or not.
  - `daysToResolveArchivedViolations` integer — The number of days after which archived violations will be automatically resolved.

## Other responses

- `400` — Bad Request
- `403` — Access denied: Insufficient permissions. User requires specific access rights and minimum permissions. Details: https://help.druva.com/en/articles/15069296

---

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