Get the state-event history for a trip

Return the trip_state_events audit trail for trip_id, ordered newest-first. Both trip-level events (segmentId null) and segment-level events are included unless segment_id is specified. Pagination uses an opaque keyset cursor over (occurredAt DESC, id DESC). 404 when the trip does not exist; 403 when the trip exists but belongs to a different user. Note: segment_id filters events to a single segment but does not validate that the segment belongs to the trip; non-matching segment UUIDs simply yield an empty list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
integer
1 to 100
Defaults to 50
Responses

400

Malformed cursor

403

Caller is not the trip owner

404

Trip not found

503

Database unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json