# 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.      |
