Skip to main content
GET
Get lead

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Lead ID

Response

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

assigned_user
object | null

Assigned user. Only returned when the active workflow has goal_type = 'appointment'.

created_at
string<date-time>
Last modified on June 18, 2026