v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Analytics
Analytics - Performance

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/v1/analytics/performance/engine/slow-operations

Query parameters

hoursinteger

Hours of history

Hours of history

limitinteger

Number of operations to return

Number of operations to return

threshold_msnumber

Only show operations slower than this (ms)

Only show operations slower than this (ms)

Response

Successful Response

threshold_msnumber required

Latency threshold used for filtering