Skip to main content
GET
Get lead call event details by event ID

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Path Parameters

callEventId
string
required

The ID of the call event to retrieve.

Response

Returns the call event table row.

Summarizes call event data in paginated and searchable results.

id
string

Unique Leadping identifier for this call event table row.

leadId
null | string

Lead ID associated with this call event.

leadName
null | string

Display name for the lead associated with this call event.

organizationId
null | string

Organization ID associated with this call event.

userId
null | string

User ID associated with the person or agent who initiated this call event.

userName
null | string

Display name for the person or agent who initiated this call event.

userEmail
null | string<email>

Email address for the person or agent who initiated this call event.

conversationId
null | string

Conversation ID that links this call event table row to the Leadping inbox thread.

fromPhoneNumberId
null | string

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

fromPhoneNumber
string

Sender phone number used for this communication.

toPhoneNumber
string

Recipient phone number used for this communication.

callerId
null | string

Caller ID phone number presented during the outbound call.

status
null | enum<string>

Describes the durable business outcome of a Leadping phone call after provider status normalization.

Available options:
scheduled,
queued,
initiated,
ringing,
in_progress,
active,
completed,
ended,
busy,
no_answer,
failed,
canceled,
missed,
transferred,
voicemail,
blocked_billing,
blocked_phone_number_status,
blocked_configuration,
blocked_permission,
configuration_required
statusReason
null | string

Human-readable reason explaining the current status of this call event table row.

direction
string

Communication direction for this call event table row, such as inbound or outbound.

createdAt
string<date-time>

UTC timestamp when this call event table row was created.

answeredAt
null | string<date-time>

UTC timestamp when the call was answered.

endedAt
null | string<date-time>

UTC timestamp when the call ended.

duration
null | integer<int32>

Call duration or processing duration represented by this call event table row.

billableSeconds
null | integer<int32>

Billable call duration in seconds.

billableAmount
null | number<double>

Monetary amount billed for this Leadping communication or transaction.

billingStatus
null | string

Billing state for this communication, charge, or transaction.

voicemailUrl
null | string<uri>

URL for voicemail audio, when the call resulted in a voicemail.

consoleEntries
object[]

Ordered diagnostic entries recorded while Leadping processed this call.

user
string

User summary connected to this call event table row.

organization
string

Organization summary connected to this call event table row.

organizationName
null | string

Display name for the organization associated with this call event.