The full Call object contains all information about a voice call, including status, transcript, recording, and variables. Returned by Get Call.Documentation Index
Fetch the complete documentation index at: https://docs.voicy.co/llms.txt
Use this file to discover all available pages before exploring further.
List Calls returns a lightweight version of this object that omits
transcript, summary, recording_url, detected_gender, vars_provided, vars_extracted, and vars_collected for performance. Use Get Call to retrieve the full object.Properties
Unique identifier for the call (UUID).
Type of call:
phone_call or web_call.Current status of the call.In Progress:
Completed:
Failed:
| Status | Description |
|---|---|
initiated | Call placed, waiting for recipient |
ringing | Recipient’s phone is ringing |
ongoing | Call connected and active |
| Status | Description |
|---|---|
user_hangup | Caller hung up |
agent_hangup | Agent ended the call |
inactivity | Timeout due to inactivity |
error_inactivity | Error during inactivity handling |
| Status | Description |
|---|---|
busy | Line was busy |
no_answer | No answer after timeout |
error | Technical failure |
canceled | Call canceled before connecting |
Agent that handled the call.
null if no agent assigned.The caller’s phone number in E.164 format.
The called phone number in E.164 format.
Call direction relative to the agent:
incoming- Call initiated TO the agent (inbound calls, web calls)outgoing- Call initiated BY the agent (outbound calls via API)
Unix timestamp (milliseconds) when the call started.
Call duration in milliseconds.
null if call hasn’t ended.Structured transcript with speaker roles and timestamps.
null if no transcript.Detected gender of the caller:
male or female. null if not detected.Signed URL to the call recording. Expires in 1 hour.
null if no recording.AI-generated summary of the call.
null if not yet generated.Variables provided when the call was created. Keys are variable names, values are strings.
Variables extracted after the call by AI processing. Keys are variable names, values are strings.
Variables collected during the call in real-time by the agent (e.g., via Collection nodes). Keys are variable names, values are strings.