List Trips
https://sandbox-api.gozem.co/courier/v1/tripsList past trips, optionally filtered by date or status.
Query parameters
Filter trips by status
Earliest creation date. Defaults to 30 days ago.
Latest creation date. Defaults to now, and is capped 30 days after `from`.
Trips to return per page. Defaults to 25.
Trips to skip, newest first. Defaults to 0.
Response 200
Trips matching the query, newest first
Driver assigned timestamp
Trip canceled timestamp
Delivery completed timestamp
Trip creation timestamp
Total distance in kilometers
Driver handling the trip. Absent until one is assigned.
Driver name
Driver phone number
Vehicle plate number
Vehicle type and details
Total duration in minutes
Fare charged for the trip.
Total fare amount
Currency code
Unique trip identifier
Package picked up timestamp
Current status of the trip
Trip title
Human-readable outcome. Defaults to `Ok`.
Where this page sits in the full result set
Records returned in this page
Records skipped before this page
Records matching the query, across all pages
Always `true` on a success response.
Errors
Every failure returns the same envelope. Branch on code — it is the stable contract; message is human-facing and may be reworded or localized. See the error reference for what each code means.