Obtener agregados operativos
Devuelve buckets de agregados pre-calculados que coinciden con la ventana solicitada (hora o día) más el rango de fechas. La fuente es la tabla operational_aggregate_bucket poblada por un worker en segundo plano. Los buckets se ordenan por bucket_start ASC.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de consulta
Aggregation window: 'hour' or 'day'.
"hour"
Inclusive start (RFC3339 timestamp or YYYY-MM-DD).
"2026-06-14T12:00:00Z"
Inclusive end (RFC3339 timestamp or YYYY-MM-DD).
"2026-06-14T12:00:00Z"
Optional operation family filter.
Optional lifecycle status filter.
Respuesta
OK
Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.
"req-7a3f9c2e"
RFC3339 UTC inclusive upper bound of the queried range.
"2026-06-14T12:00:00Z"
Aggregate buckets ordered by bucket_start ascending; empty until the aggregation worker has populated data.
RFC3339 UTC inclusive lower bound of the queried range.
"2026-06-14T12:00:00Z"
Aggregation window applied to the buckets: 'hour' or 'day'.
"hour"

