GET
/driver-events/stats Driver Event Stats
Returns event counts grouped into time buckets of the requested granularity. `type`, `startTime`, and `endTime` are all required. Useful for trend charts and dashboards.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
type * | query | string | Aggregation interval. HOURLYDAILYWEEKLYMONTHLYYEARLY |
startTime * | query | string | Window start (ISO 8601 date-time).
e.g. 2026-06-25T00:00:00Z |
endTime * | query | string | Window end (ISO 8601 date-time).
e.g. 2026-06-25T23:59:59Z |
The explorer shows the most common query parameters. For the full
operator grammar (
.equals, .contains, .greaterThan, .in, .specified …) see the
Filtering & Sorting
guide.
Response
Status: Stable. Try the request in the panel on the right to see a live response.