Get Flight Status
flighty_get_flight_statusGet the current operational status of a flight in your Flighty database, including delay, gate assignments, weather, and aircraft details.
Instructions
Get the current operational status of a flight already in the user's Flighty database, including delay information, gate assignments, weather, and aircraft details. This only works for flights the user has added to Flighty. Looks up the MOST RECENT instance of the given flight number.
Status values: "scheduled", "delayed" (departure delay > 15 min), "in_air" (departed but not arrived), "landed", or "cancelled".
Data freshness depends on the Flighty app's last sync — this does NOT make live API calls. All timestamps are UTC.
Returns: flight_number, status, is_cancelled, departure/arrival airports, scheduled/estimated/actual times, delay minutes, gate info, weather, aircraft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_number | Yes | Flight number, e.g. "UA194", "BA930" |