Report
Get telephony AI agent details
GET /report/telephonyAiAgent/{aiAgentId}
GET /report/telephonyAiAgent/{aiAgentId}
Returns detailed information about a specific telephony AI agent. Includes AI agent ID and live overview statistics.
Path parameters
aiAgentIdintegerpathrequiredThe ID of the telephony AI agent
Responses
200 — Successful operation
Response Example
{
"id": 5,
"liveOverview": {
"callsToday": 12,
"talkTimeSeconds": 1365,
"transferred": 3
}
}403 — Unauthorized
404 — Telephony AI agent not found
500 — Internal error