Skip to main content
GET
Get lead

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de ruta

id
string<uuid>
requerido

Lead ID

Respuesta

Lead retrieved successfully

Full lead object with related data (campaign, workflow, status).

id
string<uuid>
first_name
string
last_name
string | null
email
string<email> | null
phone
string | null
source
string
company
string | null
title
string | null
metadata
object

Arbitrary key-value data stored on the lead

campaign
object | null
activeWorkflowRun
object | null

The lead's currently active workflow run, if any

workflow
object | null

The workflow associated with the active run

currentStatus
object | null

Current workflow status of the lead

last_workflow_run
object | null

The lead's most recent workflow run, whether still active or already closed. A terminal run is deactivated on close, so active_workflow_run becomes null while this stays populated - this is the reliable place to read conversation_summary after the conversation has ended.

assigned_user
object | null

Current owner summary, or null when the lead is unassigned or the membership is inactive.

created_at
string<date-time>
assigned_to
string<uuid> | null

ID of the team member who currently owns this lead.

Última modificación el 18 de junio de 2026