Skip to main content
GET
Get operational aggregates

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

window
string
required

Aggregation window: 'hour' or 'day'.

Example:

"hour"

startDate
string
required

Inclusive start (RFC3339 timestamp or YYYY-MM-DD).

Example:

"2026-06-14T12:00:00Z"

endDate
string
required

Inclusive end (RFC3339 timestamp or YYYY-MM-DD).

Example:

"2026-06-14T12:00:00Z"

operationFamily
string

Optional operation family filter.

status
string

Optional lifecycle status filter.

Response

OK

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"req-7a3f9c2e"

endDate
string
required

RFC3339 UTC inclusive upper bound of the queried range.

Example:

"2026-06-14T12:00:00Z"

items
object[] | null
required

Aggregate buckets ordered by bucket_start ascending; empty until the aggregation worker has populated data.

startDate
string
required

RFC3339 UTC inclusive lower bound of the queried range.

Example:

"2026-06-14T12:00:00Z"

window
string
required

Aggregation window applied to the buckets: 'hour' or 'day'.

Example:

"hour"