---
title: "Get Legal Holds"
method: GET
path: "/v1/accounts/me/legalHolds"
tags: ["Legal Holds"]
---

# Get Legal Holds

`GET /v1/accounts/me/legalHolds`

Retrieves all legal holds configured for the authenticated account. The results are paginated.

## Response `200`

With paginated list of legal holds.

- LegalHold[]
  - `LegalHoldId` string, uuid, required — Unique ID of the legal hold.
  - `AccountId` number, required — Unique ID for the creating admin’s account.
  - `StartTime` string, date-time, required — Start time of the legal hold.
  - `EndTime` string, date-time, required — End time of the legal hold.
  - `Title` string, required — Title of the legal hold.
  - `Description` string — Description of the legal hold.
  - `Keywords` string — Keyword(s) of the legal hold.
  - `Created` string, date-time, required — Time that the legal hold was created.
  - `Modified` string, date-time, required — Time that the legal hold was last modified.

## Other responses

- `403` — Account does not have permission to access the API.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
