GET
/
api
/
v1
/
client_matters
curl --request GET \
  --url https://api.harvey.ai/api/v1/client_matters \
  --header 'Authorization: Bearer <token>'
[
  {
    "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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

List of client matters with usage statistics.

The response is of type object[].