Skip to main content
GET
Get Pipeline Metrics Handler
Returns throughput, latency, and error rate metrics for the deployment.
Required permission: read — owners, editors, readers, and members of teams shared via viewer_team.
Path parameters: Query parameters:
Available metric types: messages_received, messages_sent, total_latency, processing_latency, processor_errors, output_errors, data_freshness

Authorizations

X-API-KEY
string
header
required

Path Parameters

config_id
string
required

Query Parameters

time_range
enum<string>
default:1h

Time range for metrics

Available options:
1h,
1d,
1w
aggregated
boolean
default:false

If True, returns aggregated pipeline metrics. If False, returns raw metric series.

Response

Successful Response

pipeline_id
string
required
time_range
string
required
messages_received_per_min
number | null
messages_sent_per_min
number | null
total_latency
LatencyPercentiles · object
processing_latency
ProcessorLatency · object[]
processor_error_rate
number | null
output_error_rate
number | null
data_freshness_ms
number | null