> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/clients-api/get-clients.md).

# Get Clients

## Get Clients

<mark style="color:green;">`GET`</mark> `/api/v1/clients`

Retrieves a list of clients.  Calling with no parameters returns a paginated list of all clients in your Monolith database.  Use the `uuid` query param to get details for one item.

**Query Params**

| Name             | Type     | Description                                     |
| ---------------- | -------- | ----------------------------------------------- |
| `client_id`      | integer  | Monolith unique identifier for the client.      |
| `created_on`     | ISO Date | Date that the client was entered into Monolith. |
| `created_before` | ISO Date | Clients that were created before this Date.     |
| `created_after`  | ISO Date | Clients that were created after this Date.      |
