Calls
Call Get
Retrieve details for a specific call
GET
Retrieve complete details for a call, including transcript, recording URL, and summary.
Path Parameters
The unique identifier of the call (UUID format).
Response
Returns a Call object with the following fields:Unique call identifier (UUID)
phone_call or web_callAgent that handled the call.
Caller’s phone number
Called phone number
incoming or outgoingUnix timestamp (ms) when the call started
Call duration in milliseconds
Structured transcript. Each entry has:
Detected gender of the caller (
male or female)Signed URL to the call recording (expires in 1 hour)
AI-generated call summary
Variables provided when the call was created
Variables extracted after the call by AI processing
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.Whether this call was made by a test user contact