Skip to content
Mintlify
Mintlify
Analytics

Get search queries

GET/v1/analytics/{projectId}/searches

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.

Rate limits

This endpoint allows 100 requests per organization per hour. All analytics endpoints share this limit.

Was this page helpful?Suggest editsRaise issue