Skip to main content
GET
Get full lead event payload by ID

Path Parameters

eventId
string
required

The ID of the event.

Response

Event details were successfully retrieved.

Response schema for the Leadping API event detail response returned to authenticated clients.

eventType
string

Event type used to classify this timeline, SMS, call, or automation event.

secondaryEventType
string | null

Secondary event type used for additional event classification.

description
string | null

Human-readable description that explains this event detail response to API users.

eventCategory
string | null

High-level category used to group this Leadping event.

timelineType
enum<string> | null

Defines the supported Event timeline type values.

Available options:
Message,
Sms,
Mms,
Call,
Voicemail,
Note,
LeadStatusChange,
LeadCreated,
LeadUpdated,
Notification,
Payment,
Warmup
timelineCategory
string | null

Timeline category used to group events for display and filtering.

conversationId
string | null

Conversation ID that links this event detail response to the Leadping inbox thread.

summary
string | null

Short human-readable summary of this event detail response for lists, timelines, and notifications.

direction
string | null

Communication direction for this event detail response, such as inbound or outbound.

status
enum<string> | null

Defines the supported Event status values.

Available options:
Pending,
InProgress,
Completed,
Failed,
Cancelled
statusReason
string | null

Human-readable reason explaining the current status of this event detail response.

fromPhoneNumberId
string | null

Sender phone number ID used for this outbound SMS or call.

outboundPhoneNumberId
string | null

Phone number ID selected for outbound delivery.

fromPhoneNumber
string | null

Sender phone number used for this communication.

toPhoneNumber
string | null

Recipient phone number used for this communication.

queuedAt
string<date-time> | null

UTC timestamp when Leadping queued this event detail response for processing.

scheduledFor
string<date-time> | null

UTC timestamp when the related delivery or workflow action is scheduled to run.

sendingStartedAt
string<date-time> | null

UTC timestamp when Leadping began sending this message.

sentAt
string<date-time> | null

UTC timestamp when Leadping sent this message to the provider.

deliveredAt
string<date-time> | null

UTC timestamp when the provider confirmed delivery.

receivedAt
string<date-time> | null

UTC timestamp when Leadping received this inbound event or message.

failedAt
string<date-time> | null

UTC timestamp when processing failed for this event detail response.

undeliverableAt
string<date-time> | null

UTC timestamp when the provider marked the message undeliverable.

blockedAt
string<date-time> | null

UTC timestamp when Leadping blocked this communication.

canceledAt
string<date-time> | null

UTC timestamp when this delivery or workflow was canceled.

user
object | null

User summary connected to this event detail response.

userId
string

User ID associated with the activity that created this event.

leadId
string | null

Lead ID associated with this event detail record.

id
string

The unique identifier for the entity.

createdAt
string<date-time>

The date and time when the entity was created.

modifiedAt
string<date-time> | null

The date and time when the entity was last modified, if applicable.