---
title: "List legal hold policies - v3"
method: GET
path: "/legalholds/v3/policies"
tags: ["Legal Hold"]
---

# List legal hold policies - v3

`GET /legalholds/v3/policies`

Returns a list of all the Legal Hold policies that are configured in Druva inSync.

## Response `200`

OK

- ListLegalholds
  - `legalholdList` object[]
    - `type` 'All Backup Data' | 'Last Backup Data' | 'Data within a Date Range' — The data access type of the legal hold policy
    - `name` string — The name of the legal hold policy
    - `policyId` integer — The ID of the legal hold policy
    - `cullingType` 'Include All Files' | 'Include Only Deleted Files' — The filter type of the legal hold policy. :fa-info-circle: Applicable only if the data access type is 'Data within a Date Range'.
    - `startDate` string, date — The start date in the range in which the data is to be accessed. Format: YYYY-MM-DD :fa-info-circle: Applicable only if the data access type is 'Data within a Date Range'.
    - `endDate` string, date — The end date in the range in which the data is to be accessed. Format: YYYY-MM-DD :fa-info-circle: Applicable only if the data access type is 'Data within a Date Range'.

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal Server 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)
