Get Slowest Operations
Engine
Get Slowest Operations
Get slowest individual operations.
Returns the slowest profiled operations, useful for debugging specific slow executions.
Use Cases:
- Troubleshoot specific slow operations
- Identify outliers
- Deep dive into problematic executions
Filtering:
threshold_ms: Only show operations slower than this- Default: 1000ms (1 second)
Response:
- Timestamp of slow operation
- Stage name and component
- Latency in milliseconds
- Full metadata context
Example:
GET /v1/analytics/performance/engine/slow-operations?hours=24&threshold_ms=5000
GET
Get Slowest Operations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Hours of history
Required range:
1 <= x <= 168Number of operations to return
Required range:
1 <= x <= 1000Only show operations slower than this (ms)
Required range:
x >= 0
