---
title: "Get Client Matters"
method: GET
path: "/api/v1/client_matters"
tags: ["Retrieve"]
---

# Get Client Matters

`GET /api/v1/client_matters`

Retrieves the full list of client matters in Harvey, including deleted ones, with usage statistics.

## Response `200`

List of client matters with usage statistics.

- ClientMatter[]
  - `id` string, uuid — Unique identifier for the client matter.
  - `user_email` string — Email of the user associated with creating the client matter.
  - `name` string — Name of the client matter.
  - `description` string — Description of the client matter.
  - `user_count` integer — Number of unique users associated with the client matter.
  - `total_events` integer — Total number of queries associated with the client matter.
  - `created_at` string, date-time — Timestamp of when the client matter was created.
  - `deleted_at` string, date-time — Timestamp of when the client matter was deleted, if applicable.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `429` — Rate limit exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.dev/harvey/apis/harvey-client-matter-api.md) · [All operations](https://skmtc.dev/harvey/apis/harvey-client-matter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harvey/harvey-client-matter-api/revisions/4a9e0925d49e/schema)
