v1
OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KBGet latest raw metrics for a topic
Returns the latest raw metric values (per partition / task / context) from the ClickHouse metrics and metrics_qa tables for a single topic — bypassing the materialized-view aggregation that powers the lineage / observability surfaces.
Intended for debugging discrepancies between what raw CH holds and what the UI renders. Returns one row per (metric_name, partition, task, context); the caller is responsible for aggregating across partitions if needed (sum for lag, max for latency, etc.).
Path parameters
Query parameters
Lookback window. Accepts '<int><unit>' where unit ∈ {s,m,h,d}. Defaults to 15m, capped at 3d (raw-table TTL).
Lookback window. Accepts '<int><unit>' where unit ∈ {s,m,h,d}. Defaults to 15m, capped at 3d (raw-table TTL).
Comma-separated metric_name filter. Omit to return every metric_name seen in the window.
Comma-separated metric_name filter. Omit to return every metric_name seen in the window.
Response
Successful Response