Obtener Lead
Retrieve a single lead by ID with all fields, plus collected field values (“variables”) captured by the AI agent across the lead’s workflow runs. Variables are keyed by field_key and represent the latest captured value for each field.
Autorizaciones
API key for authentication. Keys are prefixed with nxr_live_.
Parámetros de ruta
Lead ID
Respuesta
Lead retrieved successfully
Full lead object with related data (campaign, workflow, status).
Arbitrary key-value data stored on the lead
The lead's currently active workflow run, if any
The workflow associated with the active run
Current workflow status of the lead
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.
Current owner summary, or null when the lead is unassigned or the membership is inactive.
ID of the team member who currently owns this lead.