Skip to main content
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.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

aiAgentId
integer
required

The ID of the telephony AI agent

Response

Successful operation

id
integer

AI agent ID

Example:

5

liveOverview
object