Retrieve a paginated list of AI call assistants available in your Anunzi environment.
curl --request GET \
--url 'https://api.anunzi.net/v2/assistants/?limit=1' \
--header 'accept: application/json' \
--header 'Authorization: Bearer API_KEY'
{
"status": "ok",
"response": {
"assistants": [
{
"model_id": "1726133933450x726464416010129300",
"workspace_id": "1706297038990x776227155126255600",
"type": "inbound",
"name": "5idf orch",
"description": "Manage incoming calls via phone, widget, Zapier, or GoHighLevel.",
"phone_number": "+12345678901",
"external_webhook_url": "",
"is_recording": true,
"agent": {
"prompt": "Custom assistant script",
"llm": "anunzi",
"language": "en-US",
"greeting_message": "Hey, you've called [company]. How may I assist you today?",
"voice_id": "qZVyogWNtPPM0VPTPQQb",
"voice_stability": 0.5,
"voice_similarity_boost": 0.75,
"voice_optimise_streaming_latency": 0,
"voice_style": 0.0,
"voice_use_speaker_boost": false,
"voice_prompt": "",
"allowed_idle_time_seconds": 15,
"initial_pause_seconds": 0,
"transcriber_keywords": [],
"ring_pause_seconds": null,
"patience_level": "low"
},
"max_duration": {
"duration_seconds": 10,
"is_enabled": false
},
"actions": [
"1726133933800x19911334599928670",
"1725621595471x41073123116789060",
"1725993755979x75264904466697300"
]
}
]
}
}