Get Flight Details
flighty_get_flightRetrieve detailed flight information by internal ID or flight number. Returns the most recent instance if multiple exist.
Instructions
Get detailed information about a single specific flight. Look up by either internal flight ID (UUID) or by flight number (e.g. "UA194").
Provide exactly one of flight_id or flight_number. If flight_number is provided and the user has flown that route multiple times, returns only the MOST RECENT instance. To see all instances, use flighty_search_flights with the airline filter instead.
All timestamps are UTC. Returns a single flight object, or null if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_id | No | Internal Flighty flight UUID | |
| flight_number | No | Flight number, e.g. "UA194". Spaces, hyphens, and case are normalized. |