---
title: "List Zoho Leads"
method: GET
path: "/developer/zoho/leads"
tags: ["Developer", "Developer - Integrations"]
---

# List Zoho Leads

`GET /developer/zoho/leads`

List recent Zoho CRM leads for the current customer.

Returns Zoho leads joined with internal lead data, ordered by most recently created.
Developer-only endpoint.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ZohoLeadListResponse — Response with list of Zoho leads
  - `leads` ZohoLeadListItem[] — List of Zoho leads
    - `zoho_lead_id` string, uuid, required — Internal Zoho lead record ID
    - `zoho_id` string, required — Zoho CRM lead ID
    - `lead_id` string, uuid, required — Internal lead ID
    - `first_name` string, nullable — Lead first name
    - `last_name` string, nullable — Lead last name
    - `phone_number` string, nullable — Lead phone number
    - `email` string, nullable — Lead email
    - `created_at` string, required — When the Zoho lead was created
  - `total` integer, required — Total number of Zoho leads

## Other responses

- `422` — Validation Error

---

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