fa_get_scheduled_flights
Retrieve airline-scheduled flights between two dates, with optional filters for origin, destination, airline, or flight number.
Instructions
Get airline-scheduled flights between two dates (YYYY-MM-DD), optionally filtered by origin, destination, airline, or flight number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_start | Yes | Start date, YYYY-MM-DD | |
| date_end | Yes | End date, YYYY-MM-DD | |
| origin | No | Filter by origin airport code | |
| destination | No | Filter by destination airport code | |
| airline | No | Filter by operator (airline) code | |
| flight_number | No | Filter by flight number | |
| include_codeshares | No | Include codeshare duplicates | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |