Get Most Queried Fields
Namespace
Get Most Queried Fields
Get most frequently queried metadata fields.
Identifies which metadata fields are accessed most often in retriever queries, helping prioritize index creation and understand query patterns.
Use Cases:
- Identify fields that need indexing
- Understand common query patterns
- Prioritize optimization efforts
- Plan database schema improvements
Response Includes:
- Field name and usage frequency
- Average and P95 latency metrics
- Total unique fields analyzed
Example:
curl -X GET "https://api.mixpeek.com/v1/analytics/namespaces/fields/most-queried?days=30&limit=20" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
GET
Get Most Queried Fields
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Days of history to analyze
Required range:
1 <= x <= 90Maximum fields to return
Required range:
1 <= x <= 1000
