get_top_pages
Retrieve the most visited pages ranked by pageviews to identify high-traffic content. Returns pathname, pageview count, and unique visitor data for traffic analysis.
Instructions
Get the most visited pages ranked by pageviews. Returns pathname, pageview count, and unique visitor count for each page. Use to identify which pages attract the most traffic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period. Use "today", "yesterday", "7d", "30d", "90d", or a custom range as "YYYY-MM-DD:YYYY-MM-DD" (e.g. "2026-01-01:2026-03-31"). Defaults to "30d". | |
| limit | No | Max rows to return (1-50). Defaults to 10. |