get_journey
Get one journey's itinerary: stays (the stops), flights, booked accommodations, and activities. A booked stay is ONE row that appears in both lists under the SAME id — the stop it is, and the booking it carries. Pass from_date/to_date to read one window of a long trip instead of all of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_date | No | ISO date, e.g. 2026-08-01 | |
| from_date | No | ISO date, e.g. 2026-08-01 | |
| journey_id | Yes |