Get Engine Performance
Engine
Get Engine Performance
Get engine performance metrics over time.
Query profiling data logged by the engine’s profiling infrastructure. All queries are automatically filtered to your namespace.
Time Range:
- Specify
hoursfor recent history (e.g.,hours=24for last 24 hours) - OR specify
start_dateandend_datefor custom range - Defaults to last 24 hours if neither provided
Grouping:
minute: High-resolution (for short time ranges)hour: Standard resolution (default)day: For longer time rangesweek,month: For historical trends
Response:
- Time-series metrics (avg, p50, p95, p99 latencies)
- Summary statistics across the entire time range
- All latencies in milliseconds
Example:
GET /v1/analytics/performance/engine?hours=24&group_by=hour
GET
Get Engine Performance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Hours of history (alternative to date range)
Required range:
1 <= x <= 720Start date for time range
End date for time range
Time grouping (minute, hour, day, week)
Pattern:
^(minute|hour|day|week|month)$
