🟢List Calls
Query Parameters
Parameter
Type
Required
Description
Example Request (cURL)
curl --request GET \
--url 'https://api.anunzi.net/v2/calls?model_id=13213212213s121515156' \
--header 'accept: text/plain' \
--header 'Authorization: Bearer API_KEY'Example Response (200 OK)
{
"status": "ok",
"response": {
"calls": [
{
"call_id": "1726573895974x902342426476519400",
"model_id": "1726573550709x928456706859452600",
"campaign_type": "Test",
"phone_number_from": "+10987654321",
"phone_number_to": "+12345678910",
"name": "test",
"transcript": "\nbot: Hey there Jorge\nhuman: Hello.\nbot: \"Hi, Eddie! \nbot: How are you today?\" \nhuman: Doing well. And you?\nbot: \"Great to hear! \nbot: I'm Nina from FineTuner. \"",
"duration": 13,
"recording_url": "https://api.twilio.com/2009-10-10/Accounts/ZGH020s34b80d81c432946r34f3c99941bf/Recordings/RE9ee05467410311202811f06205227138",
"end_call_reason": "human_pick_up_cut_off"
},
{
"call_id": "1726573595193x148017636249698300",
"model_id": "1726573550572x928481606859452600",
"campaign_type": "Test",
"phone_number_from": "+10987654321",
"phone_number_to": "+12345678910",
"name": "test",
"transcript": "\nbot: Hey there\nhuman: Hello.\nbot: Hi, Eddie! \nbot: How are you today? \nhuman: Good. And you?\nbot: Great to hear!",
"duration": 11,
"recording_url": "https://api.twilio.com/2009-10-10/Accounts/ZGH0293d4b80d81cf5g946r34f3c99941bf/Recordings/RE9ee05467410311202811f06205227138",
"end_call_reason": "human_pick_up_cut_off"
}
]
}
}Response Fields
Field
Type
Description
Status Codes
Code
Description
Última actualización