---
title: "List legal holds."
method: GET
path: "/api/holds"
tags: ["Legal Holds"]
---

# List legal holds.

`GET /api/holds`

Returns the caller's active legal holds, paged and ordered by set date descending. Admins may list another user's holds via the owner parameter.

## Query parameters

- `owner` string
- `offset` integer
- `limit` integer

## Headers

- `Authorization` string, required

## Response `200`

Array of legal holds, most recently set first.

- LegalHoldResponse[]
  - `reason` string
  - `reference` string
  - `scopeType` string
  - `scopeValue` string
  - `setAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — The Authorization header is absent or the API key is not recognized.
- `404` — The owner does not exist, or the caller is not an admin.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/philterd/apis/philter-api.md) · [All operations](https://skmtc.dev/philterd/apis/philter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/philterd/philter-api/revisions/eb0cf362b4e2/schema)
