Get Retriever Performance
Retrievers
Get Retriever Performance
Get retriever performance metrics for tuning.
Retrieves time-series performance data including:
- Query latency (P50, P95, P99)
- Query counts
- Result counts
- Latency trends
Use Cases:
- Monitor retriever performance over time
- Identify performance degradations
- Compare performance across time periods
- Establish performance baselines
Example:
curl -X GET "https://api.mixpeek.com/v1/analytics/retrievers/ret_abc123/performance?hours=24&group_by=hour" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "X-Namespace: your-namespace"
GET
Get Retriever Performance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Start date (UTC)
End date (UTC)
Time grouping: hour, day, week
Response
Successful Response

