Skip to main content
Fetch the full lifecycle state of a trip — cart contents, travelers, quote status, fulfillment status, and any booking references already produced. USAGE: get_trip({ trip_id }) This is a read-only call. Use it to inspect a trip after trip(add_item), trip(upsert_travelers), or book — for example to confirm what items / travelers are currently on the cart, or to check whether a booking has been finalized post-checkout.

Parameters

NameTypeRequiredDescription
trip_idstringYesTrip ID returned from a previous trip(add_item) or book call.