---
title: "Fetch all user prospects with pagination"
method: GET
path: "/v1/prospects"
tags: ["prospects"]
---

# Fetch all user prospects with pagination

`GET /v1/prospects`

## Query parameters

- `search` string
- `pageSize` 10 | 20 | 50 | 100, required
- `page` number
- `sort` 'ASC' | 'DESC', required
- `sortBy` 'createdAt' | 'owner', required
- `includeCustomFields` string

## Response `200`

Retrieved all prospects successfully

- unknown

## Other responses

- `400` — 4000: Failed to fetch prospects<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)
