---
title: "Fetch all clients"
method: GET
path: "/v1/clients"
tags: ["clients"]
---

# Fetch all clients

`GET /v1/clients`

## Query parameters

- `search` string
- `pageSize` number
- `page` number
- `sort` 'ASC' | 'DESC', required
- `sortBy` 'createdDate' | 'firstName' | 'companyName' | 'activeSequence' | 'totalProspects' | 'emailSent' | 'activeEmailAccounts', required

## Response `200`

Successfully fetched client list<br><br>

- unknown

## Other responses

- `400` — 40004: Failed to fetch clients<br><br>
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
