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

Path Parameters

callEventId
string
required

The ID of the call event to retrieve.

Response

Returns the call event table row.

List item schema for Leadping API call event table row results shown in searchable tables.

id
string

Unique Leadping identifier for this call event table row.

leadId
string | null

Lead ID associated with this call event.

businessId
string | null

Business ID associated with this call event.

userId
string | null

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

conversationId
string | null

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

fromPhoneNumberId
string | null

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
string | null

Caller ID phone number presented during the outbound call.

status
enum<string> | null

Defines the supported Phone Call Status values.

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
string | null

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
string<date-time> | null

UTC timestamp when the call was answered.

endedAt
string<date-time> | null

UTC timestamp when the call ended.

duration
string<int32> | null

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

Pattern: ^-?(?:0|[1-9]\d*)$
billableSeconds
string<int32> | null

Billable call duration in seconds.

Pattern: ^-?(?:0|[1-9]\d*)$
billableAmount
string<double> | null

Monetary amount billed for this Leadping communication or transaction.

Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$
billingStatus
string | null

Billing state for this communication, charge, or transaction.

recordingUrl
string | null

URL for the call recording, when the provider makes one available.

user
string

User summary connected to this call event table row.

business
string

Business summary connected to this call event table row.