Get vehicle utilization benchmarks
Retrieve a vehicle’s daily utilization (meters/day) and percentile rank across all cohorts the vehicle is assigned to. Each entry in the response corresponds to one cohort. Percentile and cohort statistics are suppressed when a cohort is too small to meet the k-anonymity floor.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Inclusive start of the benchmark window. Format: YYYY-MM-DD Default: 30 days before yesterday (trailing-30d hot window). Restriction: to_date - from_date cannot exceed 90 days.
null
Inclusive end of the benchmark window. Format: YYYY-MM-DD Default: yesterday (most recent completed day in the utilization pipeline). Restriction: to_date - from_date cannot exceed 90 days.
null
Response
Successful Response
Catena vehicle identifier.
Cohort the vehicle was benchmarked against.
Date range used for the benchmark.
Vehicle's average meters/day over the window. Null if the vehicle has no utilization data.
Vehicle's percentile rank (0-100) within the cohort daily distribution. Null if suppressed by k-anonymity or data unavailable.
Cohort size metrics. Null if suppressed by k-anonymity or data unavailable.
True when the response was served from the pre-computed percentile cache; False when computed live from daily sketches.
Metric being benchmarked (v1: always 'meters_driven').
"meters_driven"