数据分析
获取唯一访客
获取 Mintlify 文档的唯一访客数量,按路径与站点整体统计,并区分真实用户流量与 AI 爬虫或代理产生的访问。
GET
Get unique visitors
使用方法
total 字段已对人工流量和 AI 流量进行去重处理。
使用基于偏移量的分页浏览结果。当 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