cd /news/ai-products/new-telnyx-managed-insights-for-agen… · home topics ai-products article
[ARTICLE · art-53165] src=telnyx.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

New Telnyx-Managed Insights for Agent Instruction Following and User Satisfaction

Telnyx launched two new managed insights, Agent Instruction Following and User Satisfaction, for AI Assistants to measure assistant quality without custom setup. The insights can be enabled via Insight Groups and queried through the Aggregate Conversation Insights API.

read1 min views1 publishedJul 9, 2026
New Telnyx-Managed Insights for Agent Instruction Following and User Satisfaction
Image: Telnyx (auto-discovered)

Contact us

Log in

Two new Telnyx-managed insights, Agent Instruction Following and User Satisfaction, are now available for AI Assistants. These built-in insights measure assistant quality out of the box, with no prompt engineering or custom schema design required.

GET /ai/conversations/conversation-insights/aggregates

. Group by score

, metadata.assistant_id

, metadata.assistant_version_id

, or metadata.telnyx_conversation_channel

. Filter by insight_id

and created_at

range to build per-day time series.To enable these insights on an assistant, add them to an Insight Group first: AI > Insights > AI Insight Groups tab > create or edit a group > search for and add Agent Instruction Following and User Satisfaction > save. Then assign the group to your assistant under Analysis > Insights sub-tab.

To query aggregated insight counts via API:

curl -X GET "https://api.telnyx.com/v2/ai/conversations/conversation-insights/aggregates?group_by=score&group_by=metadata.assistant_version_id&metadata.assistant_id=eq.<your-assistant-id>&insight_id=<insight-id>&created_at=gte.2025-07-01T00:00:00Z&created_at=lt.2025-07-08T00:00:00Z" \
  -H "Authorization: Bearer $TELNYX_API_KEY"

Response:

{
  "data": [
    { "score": "excellent", "metadata": { "assistant_version_id": "v1" }, "record_count": 142 },
    { "score": "good", "metadata": { "assistant_version_id": "v1" }, "record_count": 38 },
    { "score": "excellent", "metadata": { "assistant_version_id": "v2" }, "record_count": 98 },
    { "score": "good", "metadata": { "assistant_version_id": "v2" }, "record_count": 71 }
  ]
}

Learn more in the Telnyx-managed insights guide, the Insight Groups docs, or the Aggregate Conversation Insights API reference.

── more in #ai-products 4 stories · sorted by recency
── more on @telnyx 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/new-telnyx-managed-i…] indexed:0 read:1min 2026-07-09 ·