List Trips
Trip
List Trips
Lists assigned trips.
GET
List Trips
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Field to sort by
Available options:
departureAt, estimatedArrivalAt, createdAt Example:
"departureAt"
Sort order
Available options:
asc, desc Example:
"asc"
Departure from
Example:
"2026-04-15T00:00:00.000Z"
Departure to
Example:
"2026-04-16T00:00:00.000Z"
Trip status
Available options:
SCHEDULED, IN_PROGRESS, COMPLETED, CANCELLED Example:
"SCHEDULED"
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.