get_flight_details
Retrieve real-time Southwest flight details including status, stops, duration, gate, and aircraft type using flight number, date, and airport codes.
Instructions
Get detailed information about a specific Southwest flight including status, stops, duration, gate, and aircraft type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flightNumber | Yes | Southwest flight number (e.g. WN1234) | |
| flightDate | Yes | Flight date in YYYY-MM-DD format (e.g. 2024-03-15) | |
| originAirport | Yes | Origin airport code | |
| destinationAirport | Yes | Destination airport code |