---
title: "Get eDiscovery Download Client details - v4"
method: GET
path: "/legalholds/v4/clients/{clientId}"
tags: ["Legal Hold"]
---

# Get eDiscovery Download Client details - v4

`GET /legalholds/v4/clients/{clientId}`

Returns details of a eDiscovery Download Client.

## Path parameters

- `clientId` integer, required

## Response `200`

Details of the client requested.

- ClientDetails
  - `ddClientHostName` string — The name of the device where the client is installed. Example - John-8765-Windows-PC
  - `clientSecretId` string — API secret part of API credentials. Example - E1AMfwKbQUXGY6sbPB9igPyDL3CbhyWa
  - `client_features` object — A dictionary containing information about the features that the client support.
    - `metadata_download` true | false
    - `zip_download` true | false
    - `data_download` true | false
    - `integrity_check` true | false
  - `cplatform` string — The operating system of the device where the client is installed. Example - win32
  - `name` string — Name of the eDiscovery Download Client machine. Example - client1_PF_123
  - `clientVersion` string — Version of the eDiscovery Download Client. Example - 1.1.1
  - `ip` string — IP address of the eDiscovery Download Client machine. Example - 110.11.14.10
  - `clientId` integer — Client ID part of API credentials. Example-59
  - `connectionStatus` 'Not Registered' | 'Connected' | 'Disconnected' — Connection status of the eDiscovery Download Client. There can be the following statuses:
  - `createdBy` string — Name of admin who created the eDiscovery Download Client. Example - John Doe
  - `defaultDownloadLocation` string — Default download location for eDiscovery download. Example - 'D:\Data'
  - `activationTime` integer — Timestamp when the eDiscovery Download Client machine was activated. Example - 1624887294

## 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/versions/2af2bf148b25/schema)
