Get a specific flight
get_flightSearch for a single flight by flight number at a Spanish AENA airport. Provide airport IATA code, flight number, and direction (arrivals/departures) to get the matching flight details.
Instructions
Find one flight by number at an airport. Convenience wrapper over search_flights that returns the single best match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airport | Yes | Airport IATA code | |
| direction | Yes | ||
| flightNumber | Yes | e.g. IB0459, UX7235 |