Skip to main content
GET
/
v2
/
list-all-agent
List All Agents
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
    }
  ]
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Response

List of agents retrieved successfully

total_count
integer
Example:

559

data
object[]