---
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

## Response `200`

Successful Response

- unknown

## 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/a57f684e7966/schema)
