Find Cheap Destinations
sabre.flights.destinationsFind cheapest flight destinations from an origin airport. Input origin IATA code, departure and return dates, and optionally set a maximum fare in USD to filter results.
Instructions
Find cheapest flight destinations from an origin airport
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin airport IATA code (e.g. JFK, LAX) | |
| departure_date | Yes | Departure date in YYYY-MM-DD format | |
| return_date | Yes | Return date in YYYY-MM-DD format | |
| point_of_sale | No | 2-letter country code for pricing (e.g. US, GB) | US |
| max_fare | No | Maximum fare in USD to filter results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |