mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
2016c35157
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
18 lines
570 B
Plaintext
18 lines
570 B
Plaintext
---
|
|
title: "Get search queries"
|
|
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/searches
|
|
keywords: ["analytics", "search", "export", "queries", "search terms"]
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
Use this endpoint to export documentation search analytics. Results are ordered by hit count descending, showing which terms your users search for most.
|
|
|
|
Paginate through results using the `nextCursor` parameter returned in the response. Continue fetching while `nextCursor` is not null.
|
|
|
|
## Filtering
|
|
|
|
Filter search data by date range using `dateFrom` and `dateTo` parameters.
|
|
|