Get Call
Get Call
Retrieve full details of a specific Famulor call by ID via API, including transcript, recording URL, duration, status and metadata from the AI voice assistant.
GET
Get Call
This endpoint allows you to retrieve detailed information about a specific call that belongs to the authenticated user.
Path Parameters
integer
required
The unique identifier of the call
Response Fields
integer
The unique identifier of the call
string
The name of the assistant that handled the call
string
The name of the campaign this call belongs to (if applicable)
string
The type of call (inbound, outbound or web)
integer
The duration of the call in seconds
string
The phone number used by the assistant
string
The customer’s phone number
string
The current status of the call
array
The transcript of the call conversation as an array of entries
object
Variables collected during the call
array
Evaluation data for call performance as an array of fields
object
Response from configured webhooks
string
The carrier-calculated costs for this call
string
The total cost of the call including all fees
string
Who answered the call (human, machine or unknown), or
nullstring
URL to the call recording (if available and enabled)
string
Date and time the call was created
string
Date and time the call was last updated

