curl --request GET \
--url https://api.voice.ai/agent/v1/agent/{agent_id}{
"agent_id": "<string>",
"user_id": "<string>",
"name": "<string>",
"config": {
"prompt": "<string>",
"greeting": "<string>",
"llm_temperature": 123,
"llm_model": "gemini-2.5-flash-lite",
"tts_min_sentence_len": 123,
"tts_params": {
"speaker": "<string>",
"voice_id": "<string>",
"temperature": 123,
"response_format": "mp3",
"stream": true,
"top_p": 123
},
"min_silence_duration": 123,
"min_speech_duration": 123,
"user_silence_timeout": 123,
"max_call_duration_seconds": 123,
"allow_interruptions": true,
"allow_interruptions_on_greeting": true,
"min_interruption_words": 5,
"auto_noise_reduction": true,
"allow_agent_to_end_call": true,
"allow_agent_to_skip_turn": true,
"allow_outbound_calling": true,
"outbound_contacts": {},
"min_endpointing_delay": 123,
"max_endpointing_delay": 123,
"vad_activation_threshold": 123,
"phone_number": "<string>",
"mcp_servers": [
{}
],
"available_voices": {},
"category": "business",
"playground_visibility": "public",
"voice_creator_username": "<string>",
"voice_avatar_url": "<string>"
},
"status": "paused",
"status_code": 1,
"kb_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Get detailed information on a single agent.
curl --request GET \
--url https://api.voice.ai/agent/v1/agent/{agent_id}{
"agent_id": "<string>",
"user_id": "<string>",
"name": "<string>",
"config": {
"prompt": "<string>",
"greeting": "<string>",
"llm_temperature": 123,
"llm_model": "gemini-2.5-flash-lite",
"tts_min_sentence_len": 123,
"tts_params": {
"speaker": "<string>",
"voice_id": "<string>",
"temperature": 123,
"response_format": "mp3",
"stream": true,
"top_p": 123
},
"min_silence_duration": 123,
"min_speech_duration": 123,
"user_silence_timeout": 123,
"max_call_duration_seconds": 123,
"allow_interruptions": true,
"allow_interruptions_on_greeting": true,
"min_interruption_words": 5,
"auto_noise_reduction": true,
"allow_agent_to_end_call": true,
"allow_agent_to_skip_turn": true,
"allow_outbound_calling": true,
"outbound_contacts": {},
"min_endpointing_delay": 123,
"max_endpointing_delay": 123,
"vad_activation_threshold": 123,
"phone_number": "<string>",
"mcp_servers": [
{}
],
"available_voices": {},
"category": "business",
"playground_visibility": "public",
"voice_creator_username": "<string>",
"voice_avatar_url": "<string>"
},
"status": "paused",
"status_code": 1,
"kb_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}