Get a call
Authorizations
Your API key.
Path Parameters
Unique identifier of the call
Response
Unique identifier of the agent
If the call was anonymous
Result of the classifiers. Each classifier is represented by an object with 'name' and 'value' fields. The 'name' indicates the classification category, and the 'value' is the determined classification.
Custom object for dynamic content injection into the agent prompt. Keys in this map correspond to placeholders in the prompt template: e.g {{ firstName }}. At runtime, each placeholder was replaced with its corresponding value.
System prefixed variables are reserved and automatically injected by Volubile system e.g. recipient phone, instant time of the call, etc.
Timestamp when the call record was created.
Format: UTC time - yyyy-MM-dd'T'HH:mm:ss'Z'
Duration of the call in seconds
End time of the call.
Format: UTC time - yyyy-MM-dd'T'HH:mm:ss'Z'
Result of the extractors. Each extractor is represented by an object with 'name' and 'value' fields. The 'value' can be either a list of strings or a nested list of extractors.
Unique identifier of the call
Phone number of the other party, in the E.164 international standard format
If the call was recorded
Start time of the call.
Format: UTC time - yyyy-MM-dd'T'HH:mm:ss'Z'
Status of the call
IN_PROGRESS
, CANCELED
, COMPLETED
, NO_ANSWER
, VOICE_BOX
, UNREACHABLE
, FAILED
, TRANSFERRED
Summary of what happened during the call
Type of the call
INBOUND
, OUTBOUND