Calls
Call Get
Retrieve details for a specific call
GET
Retrieve complete details for a call, including transcript, recording URL, and summary.
Path Parameters
string
required
The unique identifier of the call (UUID format).
Response
Returns a Call object with the following fields:string
Unique call identifier (UUID)
string
phone_call or web_callstring
Why the call never connected —
no_answer, busy, declined, not_in_service, carrier_rejected or failed; null once connected (see Call)object
Agent that handled the call.
string
Caller’s phone number
string
Called phone number
string
incoming or outgoinginteger
Unix timestamp (ms) when the call started
integer
Call duration in milliseconds
array
Structured transcript. Each entry has:
string
Detected gender of the caller (
male or female)string
Signed URL to the call recording (expires in 1 hour)
string
AI-generated call summary
object
Variables provided when the call was created
object
Variables extracted after the call by AI processing
object
Variables collected during the call in real-time by the agent. Each value is
either a string (single-value var, populated by Collection or Set Var
nodes) or an array of objects (list var, populated by a List node — each
array entry is one item bundled from the var names declared in the node’s
item schema). Consumers should check the runtime type per key.Variable names beginning with
_ (e.g. _temp) are call-local: they are
usable during the call but stripped before persistence and never returned in
this field.boolean
Whether this call was made by a test user contact