List Trips
Lists trips.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
10
Page number
1
Generic filter that matches against
- origin
- destination
"São Paulo"
Origin name (geo-radius search)
"São Paulo"
Destination name (geo-radius search)
"Rio de Janeiro"
Departure from
"2026-04-15T00:00:00.000Z"
Departure to
"2026-04-16T00:00:00.000Z"
Driver identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3e"
Route identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3c"
Trip status
SCHEDULED, IN_PROGRESS, COMPLETED, CANCELLED "SCHEDULED"
Vehicle identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3d"
Field to sort by
departureAt, estimatedArrivalAt, createdAt "departureAt"
Sort order
asc, desc "desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.