Skip to main content
GET
Obter agregados operacionais

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

window
string
obrigatório

Aggregation window: 'hour' or 'day'.

Exemplo:

"hour"

startDate
string
obrigatório

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

Exemplo:

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

endDate
string
obrigatório

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

Exemplo:

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

operationFamily
string

Optional operation family filter.

status
string

Optional lifecycle status filter.

Resposta

OK

correlationId
string
obrigatório

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

Exemplo:

"req-7a3f9c2e"

endDate
string
obrigatório

RFC3339 UTC inclusive upper bound of the queried range.

Exemplo:

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

items
object[] | null
obrigatório

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

startDate
string
obrigatório

RFC3339 UTC inclusive lower bound of the queried range.

Exemplo:

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

window
string
obrigatório

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

Exemplo:

"hour"