---
title: "Get All Leads"
method: GET
path: "/api/admin/leads/all"
tags: ["admin-leads"]
---

# Get All Leads

`GET /api/admin/leads/all`

Get all leads for the admin portal Leads page with pagination.
Returns complete lead data with all fields.

## Query parameters

- `search` string — Search by name, email, or company
- `stage` string[] — Filter by stage (repeatable)
- `limit` integer — Number of leads per page
- `skip` integer — Number of leads to skip

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
