---
title: "List all whitelisted keywords"
method: GET
path: "/sdg/v1/whitelistKeywords"
tags: ["Sensitive Data Governance"]
---

# List all whitelisted keywords

`GET /sdg/v1/whitelistKeywords`

Get the list of all whitelisted keywords.

## Response `200`

OK

- WhitelistKeywordsResponse
  - `whitelistKeywords` object[] — Displays a list of whitelisted keywords with either a keyword or is_regex properties.
    - `keyword` string — The whitelisted keyword/regular expression.
    - `isRegex` boolean — Indicates if it is a whitelisted keyword or a regular expression.

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