---
title: "List Clay-ingested leads for desktop sync"
method: GET
path: "/v1/lead-sources/clay/leads"
tags: ["Integrations"]
---

# List Clay-ingested leads for desktop sync

`GET /v1/lead-sources/clay/leads`

Clay-branded alias of `GET /v1/lead-sources/webhook/leads`. Behaves identically; prefer the generic `/lead-sources/webhook/leads` route for new integrations.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Paginated list of ingested Clay leads

## Other responses

- `404` — Lead webhook has not been configured (code `CLAY_CONNECTOR_NOT_FOUND`)

---

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