# 输入要求 必须提供**智能体ID**。 ## 执行查询 ```sql select * from mis-agent.agent_usage_stats_daily where agent_id = <智能体ID> order by daily desc ```