curl --request GET \
--url https://app.closerx.ai/api/v2/list-all-agent/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"total_count": 559,
"data": [
{
"pk": 571,
"agent_name": "add_agent_name",
"agent_id": "agent_77f109e0965c6947df907591b3",
"voice_id": "openai-Shimmer",
"language": "en-US",
"interruption_sensitivity": "1.0",
"voicemail": true,
"voicemail_message": null,
"end_call_after_silence": 10,
"max_call_duration": 10,
"reminder_trigger": 10,
"ambient_sound": null,
"analysis_data": [
"<unknown>"
],
"llm": 577,
"voice_speed": 1,
"voice_temperature": 1,
"volume": 1,
"enable_backchannel": true,
"normalize_for_speech": false,
"enable_transcription_formatting": true,
"reminder_trigger_ms": 10000,
"reminder_max_count": 1,
"boosted_keywords": [
"<unknown>"
],
"ambient_sound_volume": 1,
"voicemail_detection_timeout_ms": 5000,
"begin_message_delay_ms": 0,
"updated_at": "2025-08-26T11:41:37.296105Z",
"is_locked": false,
"calendar_id": null,
"inbound_appoitment": false,
"ring_duration_sec": 30,
"stt_mode": "fast",
"backchannel_words": null,
"backchannel_frequency": 0.8,
"call_scheduling": false,
"agent_crm_type": null,
"voicemail_option": {
"action": {
"type": "hangup"
}
},
"agent_type": "legacy",
"responsiveness": 1,
"pronunciation_dictionary": null,
"vocab_specialization": "general",
"user_dtmf_options": {},
"denoising_mode": "noise-cancellation",
"allow_user_dtmf": true,
"llm_detail": {
"llm_id": "llm_b47e623ae3d8110e6a05241a9799",
"model": null,
"s2s_model": "gpt-4o-mini-realtime"
},
"is_active": false
}
]
}Retrieves all configured agents with their full configuration and metadata.
curl --request GET \
--url https://app.closerx.ai/api/v2/list-all-agent/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"total_count": 559,
"data": [
{
"pk": 571,
"agent_name": "add_agent_name",
"agent_id": "agent_77f109e0965c6947df907591b3",
"voice_id": "openai-Shimmer",
"language": "en-US",
"interruption_sensitivity": "1.0",
"voicemail": true,
"voicemail_message": null,
"end_call_after_silence": 10,
"max_call_duration": 10,
"reminder_trigger": 10,
"ambient_sound": null,
"analysis_data": [
"<unknown>"
],
"llm": 577,
"voice_speed": 1,
"voice_temperature": 1,
"volume": 1,
"enable_backchannel": true,
"normalize_for_speech": false,
"enable_transcription_formatting": true,
"reminder_trigger_ms": 10000,
"reminder_max_count": 1,
"boosted_keywords": [
"<unknown>"
],
"ambient_sound_volume": 1,
"voicemail_detection_timeout_ms": 5000,
"begin_message_delay_ms": 0,
"updated_at": "2025-08-26T11:41:37.296105Z",
"is_locked": false,
"calendar_id": null,
"inbound_appoitment": false,
"ring_duration_sec": 30,
"stt_mode": "fast",
"backchannel_words": null,
"backchannel_frequency": 0.8,
"call_scheduling": false,
"agent_crm_type": null,
"voicemail_option": {
"action": {
"type": "hangup"
}
},
"agent_type": "legacy",
"responsiveness": 1,
"pronunciation_dictionary": null,
"vocab_specialization": "general",
"user_dtmf_options": {},
"denoising_mode": "noise-cancellation",
"allow_user_dtmf": true,
"llm_detail": {
"llm_id": "llm_b47e623ae3d8110e6a05241a9799",
"model": null,
"s2s_model": "gpt-4o-mini-realtime"
},
"is_active": false
}
]
}Schema name for multi-tenancy
List of agents retrieved successfully
559
Show child attributes
571
"add_agent_name"
"agent_77f109e0965c6947df907591b3"
"openai-Shimmer"
"en-US"
"1.0"
true
null
10
10
10
null
577
1
1
1
true
false
true
10000
1
1
5000
0
"2025-08-26T11:41:37.296105Z"
false
null
false
30
"fast"
null
0.8
false
null
"legacy"
1
null
"general"
"noise-cancellation"
true
false