Get operational aggregates
Returns pre-computed aggregate buckets matching the requested window (hour or day) + date range. Source is the operational_aggregate_bucket table populated by a background worker. Buckets are ordered by bucket_start ASC.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
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.
Response
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"

