---
title: "List Agent Leads"
method: GET
path: "/api/agents/{agent_id}/leads"
---

# List Agent Leads

`GET /api/agents/{agent_id}/leads`

## Path parameters

- `agent_id` string, required

## Query parameters

- `page` integer
- `pageSize` integer
- `search` string
- `include_calls` boolean
- `source` string, nullable
- `use_case_id` string, nullable
- `sort_dir` 'asc' | 'desc'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 16 revisions in range; 6 could not be searched.

- **2026-07-31** `7c9aff2501f3` — 1 warning, 1 info
  - deleted the `query` request parameter `campaign_id`
  - added the new optional `query` request parameter `use_case_id`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/agents/:agent_id/leads/get.md)

---

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