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

# Get Lead

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

Get a single lead by ID.

**Note**: This endpoint is only supported for Salesforce integrations.

## Path parameters

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

## Query parameters

- `properties` string, nullable — Comma-separated list of properties

## Response `200`

Successful Response

- LeadResponse — API response for a single lead.
  - `id` string, required
  - `properties` object, required

## Other responses

- `422` — Validation Error

---

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