get_flight_status
Retrieve real-time flight status using an IATA code like AA100. Get current updates on schedule, gate, terminal, delays, cancellations, and live aircraft position.
Instructions
Get the real-time status of a specific flight by its IATA flight code.
Args: flight_iata: IATA flight code, e.g. "AA100" (airline code + flight number).
Returns current status (scheduled/active/landed/cancelled/etc.), gate, terminal, delay, and live position if airborne.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_iata | Yes |