GET
/
v1
/
agents
curl --request GET \
  --url https://api.eqho.ai/v1/agents \
  --header 'X-API-KEY: <api-key>'
{
  "agents": [
    {
      "avatar": "WOMAN",
      "data_store_ids": [
        "65a9758171f55af646a19890"
      ],
      "description": "An agent that the sales team is testing.",
      "greeting_type_inbound": "static",
      "greeting_type_outbound": "ai",
      "name": "Liz",
      "personality": {
        "adherence": 0.75,
        "empathy": 0.5,
        "humor": 0.25
      },
      "role_ids": [
        "65a9758171f55af646a19890"
      ],
      "script_id": "65a9758171f55af646a19890",
      "structured_greetings": [
        {
          "call_type": "inbound",
          "greeting_type": "static",
          "text": "Hello! Welcome to our service. How can I assist you today?"
        },
        {
          "call_type": "outbound",
          "communication_tone": "friendly",
          "greeting_length": "short",
          "greeting_type": "ai",
          "mention_ids": [
            "673e488ce7d69488a458cf3e",
            "973e488ce7d69488a458cf3e"
          ]
        }
      ],
      "voice_audio_id": "Y94lg6clSowTJ0jJOlyc"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
Successful Response

A list of AgentModel instances.