Skip to main content
GET
DICT keys-summary report (COUNT-only)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

fromDate
string
required

Inclusive start of the report window (YYYY-MM-DD UTC). Required.

Example:

"2026-06-01"

toDate
string
required

Inclusive end of the report window (YYYY-MM-DD UTC). Required. The window may not exceed 92 days.

Example:

"2026-06-30"

groupByParticipant
boolean

Optional: when true, adds the per-indirect-participant dimension to the COUNT(*) GROUP BY. COUNT-only either way.

Example:

false

Response

OK

buckets
object[] | null
required

COUNT(*) buckets grouped by (keyType, status) over keys registered in the window.

countOnly
boolean
required

Always true — DICT summaries are COUNT-only (no monetary field).

Example:

true

window
object
required

Echo of the resolved report window.