Retrieves the full details of a specific lead.
Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/leads/:id
| Parameter | Type | Required | Description |
|---|---|---|---|
id | uuid | Yes | The unique identifier of the lead |
| Field | Type | Description |
|---|---|---|
id | uuid | Unique identifier |
first_name | string | First name |
last_name | string | Last name |
email | string | Email address |
phone | string | Phone number (E.164) |
company_name | string | Company name |
title | string | Job title |
status | string | Current status |
call_outcome | string | Last call outcome disposition |
total_calls | integer | Number of calls made to this lead |
ai_enrichment | string | AI enrichment data (if enriched) |
custom_variables | object | Custom key-value data |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last update timestamp |