Skip to main content
GET
Obtener agregados operativos

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

window
string
requerido

Aggregation window: 'hour' or 'day'.

Ejemplo:

"hour"

startDate
string
requerido

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

Ejemplo:

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

endDate
string
requerido

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

Ejemplo:

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

operationFamily
string

Optional operation family filter.

status
string

Optional lifecycle status filter.

Respuesta

OK

correlationId
string
requerido

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

Ejemplo:

"req-7a3f9c2e"

endDate
string
requerido

RFC3339 UTC inclusive upper bound of the queried range.

Ejemplo:

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

items
object[] | null
requerido

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

startDate
string
requerido

RFC3339 UTC inclusive lower bound of the queried range.

Ejemplo:

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

window
string
requerido

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

Ejemplo:

"hour"