get_flight_status
Check the real-time status of any flight by IATA number, with scheduled/estimated/actual times, terminal, gate, baggage, and delay minutes.
Instructions
Look up one specific flight by its IATA flight number, for the current day or a given date. Returns flight status plus scheduled, estimated and actual times, terminal, gate, baggage belt and delay minutes for both ends, with the operating flight ordered ahead of its codeshares. Use this when the question names a flight number; use flights_with_airline to browse an airline's flights, or historical_flights_by_date for past dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_date | No | Optional date in YYYY-MM-DD format. Defaults to the current day. | |
| flight_iata | Yes | Flight IATA number (for example: AA100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |