Zum Hauptinhalt springen
GET
/
report
/
telephonyAiAgent
/
{aiAgentId}
Get telephony AI agent details
curl --request GET \
  --url https://demo.enneo.ai/api/mind/report/telephonyAiAgent/{aiAgentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 5,
  "liveOverview": {
    "callsToday": 12,
    "talkTimeSeconds": 1365,
    "transferred": 3
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

aiAgentId
integer
erforderlich

The ID of the telephony AI agent

Antwort

Successful operation

id
integer

AI agent ID

Beispiel:

5

liveOverview
object