curl --location -g --request GET 'https:///api/v2/analytics/agents/recent' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"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"
}
]
}
}