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

## Changes

- **2026-08-04** `f7903dc1bdbb` — 2 info
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
- **2026-07-31** `7c9aff2501f3` — 4 breaking, 10 warning
  - removed the required property `items/createdAt` from the response with the `200` status
  - removed the required property `items/id` from the response with the `200` status
  - removed the required property `items/name` from the response with the `200` status
  - removed the required property `items/updatedAt` from the response with the `200` status
  - …10 more
- **2026-07-26** `e7248cb2f50b` — 1 breaking
  - the response's body type changed from no type to `array` for status `200`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/v1/public/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)
