---
title: "Legal Hold policy details - v4"
method: GET
path: "/legalholds/v4/policies/{policyId}"
tags: ["Legal Hold"]
---

# Legal Hold policy details - v4

`GET /legalholds/v4/policies/{policyId}`

Returns the details of a Legal Hold policy using policyID.

## Path parameters

- `policyId` integer, required

## Response `200`

- LegalHoldPolicy
  - `results` object
    - `legalHoldPolicy` object
      - `startDate` string, mmm DD YYYY — Start time if webdav access type selected is 'Data within a Date Range'. Example- Apr 11 2021
      - `webDavAccessUrls` string[] — URL for accessing webDav. Example - ['https://restore-c22-cloud.druva.com/webdav/Mike']
      - `endDate` string, mmm DD YYYY — End time if webdav access type selected is 'Data within a Date Range'. Example- Jun 12 2021
      - `webDavAccessType` object — Type of Webdav access. Example- 'All Collected Data' OR 'Last Collected Data' OR 'Data within a Date Range'
      - `isADCEnabled` true | false — Flag to indicate if ADC feature is enable for Legal Hold policy or not. Example-true/false
      - `directDownLoadLink` string — URL for direct download Legalhold Policy of a user. Example-'https://downloads.druva.com/insync/webdav/1-2/'
      - `createdOn` string — Date and Time when Legal Hold Policy was created. Example- 'Feb 24 2021, 08:54'
      - `usersCount` integer — Count of custodians on Legal Hold. Example -5
      - `accessAdditionalData` true | false — Flag to indicate additional data access for Legal Hold policy. Example-true/false
      - `legalHoldType` string — Type of Legal Hold policy created. It can be custom or pre-defined. Example- Human Resources
      - `webDavAuthentication` string — webDAV authentication is done using inSync Administrator credential.
      - `accessBackupData` true | false — Flag to indicate backup data access for Legal Hold policy. Example-true/false
      - `policyId` integer — Unique ID of the Legal Hold policy. Example - 4
      - `createdBy` string — Name of the admin who created the Legal Hold policy. Example - Ernie Carter
      - `legalHoldTypeId` integer — Legal Hold policy type Id. Example - 1397
      - `collectionFrequency` 'Not collecting' | 'One time' | 'Recurring' — Backup data collection frequency. Example - Not collecting/One time/Recurring.
      - `deletedFilesOnly` true | false — Use 'true' if you want to access only deleted files of users who are on this Legal Hold policy. Otherwise use 'false'.
      - `name` string — Name of Legal Hold policy. Example - Jan_2021

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found
- `422` — Unprocessable Entity
- `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)
