curl --location --request GET '/api/v2/analytics/agents/recent' \
--header 'Ocp-Apim-Subscription-Key;'
{
"success": true,
"message": "Agent recent data retrieved successfully",
"data": {
"recent_agents": [
{
"agent_name": "Customer Support Bot",
"alias": "CS Bot",
"created_by": "john.doe@example.com"
}
]
}
}
Ocp-Apim-Subscription-Key: ********************