v1

latestOpenAPI 3.0.12026-07-22231676.5 KB
Retrieve

Get Client Matters

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

get/api/v1/client_matters

Response

List of client matters with usage statistics.

idstring uuid

Unique identifier for the client matter.

user_emailstring

Email of the user associated with creating the client matter.

namestring

Name of the client matter.

descriptionstring

Description of the client matter.

user_countinteger

Number of unique users associated with the client matter.

total_eventsinteger

Total number of queries associated with the client matter.

created_atstring date-time

Timestamp of when the client matter was created.

deleted_atstring date-time

Timestamp of when the client matter was deleted, if applicable.

Example response

[
  {
    "id": "018d856f-0664-772c-9ed9-b2316fd881d3",
    "user_email": "user@example.com",
    "name": "1234-5678",
    "description": "Client B - Project Test",
    "user_count": 8,
    "total_events": 37,
    "created_at": "2024-02-07T21:22:29.478Z",
    "deleted_at": "2024-02-22T16:45:10.209Z"
  }
]
All 23 operations