curl --request GET \
--url https://api.voice.ai/agent/v1/agent/{
"items": [
{
"agent_id": "<string>",
"user_id": "<string>",
"name": "<string>",
"config": {
"prompt": "<string>",
"greeting": "<string>",
"llm_temperature": 0.7,
"llm_model": "gemini-2.5-flash-lite",
"tts_min_sentence_len": 20,
"tts_params": {
"speaker": 0,
"voice_id": "<string>",
"temperature": 1,
"response_format": "mp3",
"stream": true,
"top_p": 0.8
},
"min_silence_duration": 0.55,
"min_speech_duration": 0.1,
"user_silence_timeout": 10,
"max_call_duration_seconds": 900,
"allow_interruptions": true,
"allow_interruptions_on_greeting": false,
"min_interruption_words": 1,
"auto_noise_reduction": true,
"allow_agent_to_end_call": false,
"allow_agent_to_skip_turn": false,
"allow_outbound_calling": false,
"outbound_contacts": {},
"min_endpointing_delay": 0.5,
"max_endpointing_delay": 3,
"vad_activation_threshold": 0.6,
"phone_number": "<string>",
"mcp_servers": [
{}
],
"available_voices": {},
"category": "business",
"playground_visibility": "unlisted",
"voice_creator_username": "<string>",
"voice_avatar_url": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "paused",
"status_code": 1,
"kb_id": 123
}
],
"pagination": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"limit": 123,
"has_next": true,
"has_previous": true
}
}Retrieve detailed agents information.
curl --request GET \
--url https://api.voice.ai/agent/v1/agent/{
"items": [
{
"agent_id": "<string>",
"user_id": "<string>",
"name": "<string>",
"config": {
"prompt": "<string>",
"greeting": "<string>",
"llm_temperature": 0.7,
"llm_model": "gemini-2.5-flash-lite",
"tts_min_sentence_len": 20,
"tts_params": {
"speaker": 0,
"voice_id": "<string>",
"temperature": 1,
"response_format": "mp3",
"stream": true,
"top_p": 0.8
},
"min_silence_duration": 0.55,
"min_speech_duration": 0.1,
"user_silence_timeout": 10,
"max_call_duration_seconds": 900,
"allow_interruptions": true,
"allow_interruptions_on_greeting": false,
"min_interruption_words": 1,
"auto_noise_reduction": true,
"allow_agent_to_end_call": false,
"allow_agent_to_skip_turn": false,
"allow_outbound_calling": false,
"outbound_contacts": {},
"min_endpointing_delay": 0.5,
"max_endpointing_delay": 3,
"vad_activation_threshold": 0.6,
"phone_number": "<string>",
"mcp_servers": [
{}
],
"available_voices": {},
"category": "business",
"playground_visibility": "unlisted",
"voice_creator_username": "<string>",
"voice_avatar_url": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "paused",
"status_code": 1,
"kb_id": 123
}
],
"pagination": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"limit": 123,
"has_next": true,
"has_previous": true
}
}Page number (1-based)
x >= 1Items per page
1 <= x <= 100List of statuses to show. By default shows deployed and paused agents.
Successful Response
Show child attributes
Show child attributes
Show child attributes
Whether to allow interruptions during the greeting message
Minimum words required for interruption (0=any speech, 1+=word count)
0 <= x <= 10Enable automatic noise reduction based on environment
Whether agent can end calls via tool or timeout
Whether agent can skip turns and yield conversation control
Whether agent can make outbound calls to saved contacts
Phone number in E.164 format (supports multiple providers). Empty strings will be converted to None.
MCP servers configuration. List of MCP server configs with name, description, authentication and connection settings. Transport type is automatically detected from URL path.
business, playground public, unlisted