数据分析
获取搜索查询
导出 Mintlify 文档的搜索查询记录,包含每个搜索词的命中数、点击率以及最近一次被搜索的时间,便于分析用户搜索行为。
GET
Get search queries
使用方法
nextCursor 参数对结果进行分页。当 nextCursor 不为 null 时继续获取数据。
筛选
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 search terms per page (ordered by hit count descending)
必填范围:
1 <= x <= 100Opaque pagination cursor from the previous response
响应
Search term aggregates with pagination