get_flight_options
Retrieve and filter flight options from a previous search by price, departure/arrival times, and airlines. Results are paginated for easy browsing.
Instructions
Get flight options from the previously performed search. This tool allows you to filter the found flight options by price, departure and arrival times, and airlines. It returns a paginated list of flight options that match the specified filters and sorting option.IMPORTANT: This is very cheap operation, so you can call it as many times as needed to find the best flight options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_id | Yes | ||
| filters | Yes | ||
| page | No | Page number for pagination. Default is 0. | |
| page_size | No | Number of results per page. Default is 10. |