Anruf abrufen
curl --request GET \
--url https://app.famulor.de/api/user/calls/{id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://app.famulor.de/api/user/calls/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://app.famulor.de/api/user/calls/{id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://app.famulor.de/api/user/calls/{id}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://app.famulor.de/api/user/calls/{id}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}{
"id": 123,
"assistant_name": "Sales Assistant",
"campaign_name": "Q4 Outreach Campaign",
"type": "outbound",
"duration": 245,
"assistant_phone_number": "+1234567890",
"client_phone_number": "+1987654321",
"status": "completed",
"transcript": [
{
"text": "Hello, this is Sarah from Famulor. How are you doing today?",
"type": "transcript",
"sender": "bot",
"timestamp": 1754055268.525861
}
],
"variables": [],
"evaluation": [
{
"name": "status",
"type": "string",
"value": "qualified_lead",
"description": "Outcome of the call"
}
],
"webhook_response": {
"status": "success",
"data": {
"crm_contact_id": "abc123"
}
},
"carrier_cost": "0.02000000",
"total_cost": "0.02500000",
"answered_by": null,
"recording_url": "https://app.famulor.de/media/public/123/call_+491234567890_example.mp4",
"created_at": "2025-08-04 14:30:00",
"updated_at": "2025-08-04 14:34:05"
}
{
"message": "Call not found"
}
Anruf abrufen
Ruft Details eines bestimmten Anrufs anhand der ID ab
GET
/
api
/
user
/
calls
/
{id}
Anruf abrufen
curl --request GET \
--url https://app.famulor.de/api/user/calls/{id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://app.famulor.de/api/user/calls/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://app.famulor.de/api/user/calls/{id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text)<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://app.famulor.de/api/user/calls/{id}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET",
CURLOPT_HTTPHEADER => [
"Authorization: Bearer <token>"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "https://app.famulor.de/api/user/calls/{id}"
req, _ := http.NewRequest("GET", url, nil)
req.Header.Add("Authorization", "Bearer <token>")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}{
"id": 123,
"assistant_name": "Sales Assistant",
"campaign_name": "Q4 Outreach Campaign",
"type": "outbound",
"duration": 245,
"assistant_phone_number": "+1234567890",
"client_phone_number": "+1987654321",
"status": "completed",
"transcript": [
{
"text": "Hello, this is Sarah from Famulor. How are you doing today?",
"type": "transcript",
"sender": "bot",
"timestamp": 1754055268.525861
}
],
"variables": [],
"evaluation": [
{
"name": "status",
"type": "string",
"value": "qualified_lead",
"description": "Outcome of the call"
}
],
"webhook_response": {
"status": "success",
"data": {
"crm_contact_id": "abc123"
}
},
"carrier_cost": "0.02000000",
"total_cost": "0.02500000",
"answered_by": null,
"recording_url": "https://app.famulor.de/media/public/123/call_+491234567890_example.mp4",
"created_at": "2025-08-04 14:30:00",
"updated_at": "2025-08-04 14:34:05"
}
{
"message": "Call not found"
}
Dieser Endpunkt ermöglicht es dir, detaillierte Informationen über einen bestimmten Anruf abzurufen, der dem authentifizierten Benutzer gehört.
Pfad-Parameter
integer
erforderlich
Die eindeutige Kennung des Anrufs
Antwort-Felder
integer
Die eindeutige Kennung des Anrufs
string
Der Name des Assistenten, der den Anruf bearbeitet hat
string
Der Name der Kampagne, zu der dieser Anruf gehört (falls zutreffend)
string
Der Typ des Anrufs (inbound, outbound oder web)
integer
Die Dauer des Anrufs in Sekunden
string
Die vom Assistenten verwendete Telefonnummer
string
Die Telefonnummer des Kunden
string
Der aktuelle Status des Anrufs
array
Das Transkript der Anrufkonversation als Array von Einträgen
object
Während des Anrufs gesammelte Variablen
array
Bewertungsdaten für die Anrufleistung als Array von Feldern
object
Antwort von konfigurierten Webhooks
string
Die vom Anbieter berechneten Kosten für diesen Anruf
string
Die Gesamtkosten des Anrufs inklusive aller Gebühren
string
Wer den Anruf beantwortet hat (human, machine oder unknown), oder
nullstring
URL zur Anrufaufzeichnung (falls verfügbar und aktiviert)
string
Datum und Uhrzeit der Anruferstellung
string
Datum und Uhrzeit der letzten Aktualisierung des Anrufs
{
"id": 123,
"assistant_name": "Sales Assistant",
"campaign_name": "Q4 Outreach Campaign",
"type": "outbound",
"duration": 245,
"assistant_phone_number": "+1234567890",
"client_phone_number": "+1987654321",
"status": "completed",
"transcript": [
{
"text": "Hello, this is Sarah from Famulor. How are you doing today?",
"type": "transcript",
"sender": "bot",
"timestamp": 1754055268.525861
}
],
"variables": [],
"evaluation": [
{
"name": "status",
"type": "string",
"value": "qualified_lead",
"description": "Outcome of the call"
}
],
"webhook_response": {
"status": "success",
"data": {
"crm_contact_id": "abc123"
}
},
"carrier_cost": "0.02000000",
"total_cost": "0.02500000",
"answered_by": null,
"recording_url": "https://app.famulor.de/media/public/123/call_+491234567890_example.mp4",
"created_at": "2025-08-04 14:30:00",
"updated_at": "2025-08-04 14:34:05"
}
{
"message": "Call not found"
}
Passende Seiten: Introduction und Authentication Guide und API Integration Examples.