Skip to main content
Watch a specific route and date pair over time so an agent can act when the fare drops. Use it for prompts like “alert me when Paris to New York for June 17 to 26 goes under €400”. Each response includes the current cheapest cached fare and an offer token you can pass to flight_search when the user decides to book. Cache-only; never triggers a live call.

Parameters

Examples

Daily poll of PAR → NYC for a date pair:
Constrained poll (direct-only, economy, under €800, Air France or KLM only):
The returned offer_token is directly re-shoppable via flight_search (price_check mode) when the user is ready to book.