---
title: "List leads"
method: GET
path: "/api/v1/public/agents/{agent_id}/leads"
tags: ["public"]
---

# List leads

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

List active leads assigned to a voice agent using cursor pagination.

## Path parameters

- `agent_id` string, required

## Query parameters

- `cursor` string, nullable — Opaque cursor returned by the previous page.
- `limit` integer, nullable — Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.

## Response `200`

Successful Response

- LeadResponse[]

## 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/versions/2e4355d35497/schema)
