DICT claims-summary report (COUNT-only)
Returns COUNT(*) buckets grouped by (claimType, status) over claims requested in a mandatory date window (max 92 days), plus the COUNT of currently-open claims past their 7-day deadline. COUNT-only. Infraction summaries are out of scope.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Inclusive start of the report window (YYYY-MM-DD UTC). Required.
"2026-06-01"
Inclusive end of the report window (YYYY-MM-DD UTC). Required. The window may not exceed 92 days.
"2026-06-30"
Optional: when true, adds the per-indirect-participant dimension to the COUNT(*) GROUP BY. COUNT-only either way.
false
Response
OK
The instant the open-claims-past-deadline COUNT was evaluated (RFC 3339 UTC).
"2026-06-21T12:00:00Z"
COUNT(*) buckets grouped by (claimType, status) over claims requested in the window.
Always true — DICT summaries are COUNT-only (no monetary field).
true
COUNT of currently-open claims whose 7-day deadline has passed (a count, never a position). Current-state, not window-filtered.
3
Echo of the resolved report window.

