Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

A Call object is created when an outbound call is initiated or when an inbound call is received. Use the Call object to interact with ongoing calls, retrieve details about completed calls, and transfer calls to build custom call flows.
Call objects are automatically created for both inbound and outbound calls. Each call has a unique call_uuid (also referred to as request_uuid) that can be used to retrieve call details or perform operations on the call.

Attributes

FieldTypeDescription
answer_timestringTimestamp when the call was answered. Timezone: local timezone as set in the Vobiz Console. Format: yyyy-MM-dd HH:mm:ss.
bill_durationintegerDuration of the call in seconds.
billed_durationintegerBilled duration in seconds. May differ from bill_duration depending on the billing interval of the destination.
call_directionstringDirection of the call: outbound or inbound.
call_durationintegerDuration of the call in seconds.
call_uuidstringUnique identifier for the call (also referred to as request_uuid).
end_timestringTimestamp when the call ended. Timezone: local timezone as set in the Vobiz Console. Format: yyyy-MM-dd HH:mm:ss.
from_numberstringCaller ID used to initiate the call.
hangup_cause_codeintegerInteger code for the hangup cause.
hangup_cause_namestringReason the call was hung up.
hangup_sourcestringEntity that triggered the hangup. Possible values: Caller, Callee, Vobiz, API Request, Answer XML, Error, Unknown.
initiation_timestringTimestamp when the call was initiated. Timezone: local timezone as set in the Vobiz Console. Format: yyyy-MM-dd HH:mm:ss.
parent_call_uuidstringUUID of the A-leg of the call.
resource_uristringURI of the requested resource.
source_ipstringIP address from which the call request originated. Useful for monitoring misuse or unauthorized access.
stir_verificationstringSTIR/SHAKEN attestation. Outbound: attestation assigned by Vobiz. Inbound: attestation received on the inbound call. Possible values: Verified (Attestation A), Not Verified (Attestation B or C), Not Applicable (e.g. non-US calls).
to_numberstringNumber to which the call was initiated.
total_amountstringTotal amount charged for the call.
total_ratestringPer-minute rate based on the destination number.