Files
mintlify__docs/api/analytics/searches.mdx
mintlify[bot] 2016c35157 Audit and improve SEO frontmatter across docs (#5649)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-02 04:32:23 +00:00

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.