---
title: "Search leads"
method: GET
path: "/api/v1/public/leads/search"
tags: ["public"]
---

# Search leads

`GET /api/v1/public/leads/search`

Search active workspace leads by name, email, or phone with optional use-case and status filters.

## Query parameters

- `query` string, required
- `use_case_id` string, nullable
- `lead_status` string, nullable
- `limit` integer

## Response `200`

Successful Response

- LeadSearchResult
  - `items` LeadSearchItem[], required
    - `id` string, required
    - `name` string, required
    - `phone` string, nullable, required
    - `email` string, nullable, required
    - `status` string, nullable, required
    - `useCaseName` string, nullable, required
    - `agentName` string, nullable, required
    - `appUrl` string, required
  - `count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2a1adc380310/schema)
