getLead
Retrieve a single lead record by ID to view its details, follow up in CRM, or confirm existence before matching.
Instructions
Get a single lead - Fetch a single lead record. Read-only.
Use when: handling one lead - viewing its details after a lead-notification email, following up in a CRM integration, or confirming the lead exists before calling matchLead.
Required: lead_id.
See also: listLeads (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lead_id | Yes |