---
title: "Initiate custodian data download - v4"
method: POST
path: "/legalholds/v4/job"
tags: ["Legal Hold"]
---

# Initiate custodian data download - v4

`POST /legalholds/v4/job`

Download custodian data from inSync using the eDiscovery Download Client.

## Request body

- CreateDownloadJobRequest
  - `clientName` string, required — Name of the eDiscovery Download Client. Example - Client1
  - `downloadOption` 0 | 1 | 2, required — 0 indicates only metadata, 1 indicates data and metadata and 2 indicates zip download option.
  - `legalholdId` integer, required — Legal Hold ID for which download is to be triggered. Example -10
  - `downloadLocation` string, required — Location to download the job. Example - D:\Downloads
  - `createdBy` string, required — Name of admin triggering the job. Example - Ernie Carter
  - `custodianEmails` string[], required
  - `enable_data_integrity` true | false, required — Use true if data integrity is to be enabled else false.

## Response `200`

OK

- CreateDownloadJobResponse
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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)
