Get User Agent Summary
get_user_agent_summaryAnalyzes request distribution by browser and user-agent to show which clients drive traffic, revealing client demographics and detecting crawlers.
Instructions
Analyze request distribution by browser/user-agent. Shows which clients (browsers, bots, mobile apps) generate the most traffic. Useful for understanding client demographics and detecting crawlers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End time. Defaults to now. | |
| obj_hash | No | Specific agent object hash. Overrides obj_type. | |
| obj_type | No | Object type filter (e.g., 'tomcat'). Ignored if obj_hash is provided. | |
| max_count | No | Max items to return | |
| start_time | No | Start time. Defaults to 1 hour ago. |