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

# List all configured policies

`GET /sdg/v1/policies`

Get the list of all SDG policies.

## Response `200`

OK

- PolicyListResponse
  - `policies` Policy[] — List of policies.
    - `id` integer — The unique ID of the Sensitive Data Governance (SDG) policy.
    - `name` string — The name of the SDG policy.
    - `createdBy` integer — The unique ID of the administrator who created the SDG policy.
    - `description` string — The description of the SDG policy.
    - `endUserAccess` boolean — Flag describing whether end user access is enabled to the policy.
    - `lastUpdated` string, date-time — The date and time when the SDG policy was last updated.
    - `attachedPolicyTemplate` integer — The unique ID of the SDG policy template associated with the policy.

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