数据分析
获取页面浏览量
获取 Mintlify 文档的页面浏览量统计,按路径细分,并区分来自真实用户与 AI 爬虫或代理的流量来源。
GET
Get page views
使用方法
hasMore 为 true 时,将 offset 递增 limit。
筛选
dateFrom 和 dateTo 参数按日期范围过滤浏览量数据。
速率限制
授权
The Authorization header expects a Bearer token. Use an admin API key. This is a server-side secret key. Generate one on the API keys page in your dashboard.
查询参数
Date in ISO 8601 or YYYY-MM-DD format
示例:
"2024-01-01"
Date in ISO 8601 or YYYY-MM-DD format. dateTo is an exclusive upper limit. Results include dates before, but not on, the specified date.
示例:
"2024-01-01"
Max results per page (1-250, default 50). Increment offset by limit while hasMore is true to paginate.
必填范围:
1 <= x <= 250Number of rows to skip. Use offset = (page - 1) * limit for page-based access.
必填范围:
x >= 0