Get Call
GET
https://api.anunzi.net/v2/calls/{call_id}
Retrieve the transcript and other relevant details of a specific phone call handled by an Anunzi AI assistant.
Path Parameters
call_id
string
Yes
The unique ID of the call to retrieve.
Example Request (cURL)
Example Response (200 OK)
Response Fields
call_id
string
Unique identifier for the call.
model_id
string
ID of the assistant handling the call.
campaign_type
string
Specifies whether the call was "Inbound" or "Outbound".
phone_number_from
string
The caller's phone number.
phone_number_to
string
The number that was dialed.
name
string
Name of the person called (if available).
transcript
string
The full conversation transcript between the assistant and the user.
duration
int
Duration of the call in seconds.
recording_url
string
URL to access the audio recording of the call (if recording was enabled).
end_call_reason
string
Reason why the call ended.
Status Codes
200
Call details retrieved successfully.
400
Bad Request. Invalid or missing parameters.
Última actualización
¿Te fue útil?