Trip history report (RPT-01)
GET/api/v1/reports/trips
Trip-history rows for completed/active trips in range, identity-enriched.
stop_count is the count of derived stops (_derive_stops) over each
trip's session window; a trip with no session keeps stop_count = 0.
Note the per-trip location fetch is N+1-over-trips, which is acceptable for a
fleet report bounded by MAX_REPORT_ROWS and the date range.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error