---
title: "List Leads"
method: GET
path: "/api/v3/crm/{integration_id}/leads"
tags: ["CRM Leads"]
---

# List Leads

`GET /api/v3/crm/{integration_id}/leads`

List leads from the CRM with pagination.

**Note**: This endpoint is only supported for Salesforce integrations.
HubSpot does not have a Lead object.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Query parameters

- `limit` integer — Number of leads to return
- `offset` integer — Offset for pagination
- `properties` string, nullable — Comma-separated list of properties

## Response `200`

Successful Response

- LeadListAPIResponse — API response for listing leads.
  - `results` LeadResponse[], required
    - `id` string, required
    - `properties` object, required
  - `has_more` boolean, required
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

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