Skip to main content
GET
Get a lead status history entry

Path Parameters

id
string
required

The ID of the lead status change to retrieve.

Response

The lead status change was successfully retrieved.

Response model for lead status change data.

id
string

The unique ID for this lead status change.

leadId
string

The lead ID associated with this lead status change.

leadName
string | null

The display name of the lead associated with this lead status change.

type
string

The type classification for this lead status change.

outcome
string

The outcome value for this lead status change.

category
enum<string> | null

Controlled lead status change categories used for reporting, automation, and analytics.

Available options:
Open,
Qualified,
Converted,
Lost,
Invalid,
Duplicate
oldLeadStatusChangeId
string | null

Unique identifier of the old lead status change associated with this Leadping lead status change.

oldLeadStatusChangeType
string | null

Old lead status change type classification for this Leadping lead status change.

oldLeadStatusChangeOutcome
string | null

Old lead status change outcome associated with this Leadping lead status change.

newLeadStatusChangeId
string | null

Unique identifier of the new lead status change associated with this Leadping lead status change.

notes
string

The operator or customer notes recorded for this lead status change.

reason
string | null

The reason this lead status change was changed.

changedByUserId
string | null

Unique identifier of the Leadping user who made the change.

changedByAutomationId
string | null

Unique identifier of the automation that changed the lead status change, when applicable.

changedAt
string<date-time> | null

Date and time when the lead status change change occurred.

changeSource
enum<string> | null

Known sources that can change a lead's current lead status change.

Available options:
User,
AI,
Automation,
System,
API
timestamp
string<date-time>

The date and time for the timestamp value on this lead status change.

createdAt
string<date-time>

The date and time for the created at value on this lead status change.

updatedAt
string<date-time>

The date and time for the updated at value on this lead status change.

followUpStatus
string | null

The current follow up status for this lead status change.

callbackAt
string<date-time> | null

The date and time for the callback at value on this lead status change.

taskDueAt
string<date-time> | null

The date and time for the task due at value on this lead status change.

appointmentStartAt
string<date-time> | null

The date and time for the appointment start at value on this lead status change.

appointmentEndAt
string<date-time> | null

The date and time for the appointment end at value on this lead status change.

appointmentNotes
string | null

The appointment notes value for this lead status change.

assignedToUserId
string | null

The assigned to user ID associated with this lead status change.

The related call event ID associated with this lead status change.

isMissedCallFollowUp
boolean

Whether this lead status change is missed call follow up.

sourceId
string | null

The source ID associated with this lead status change.