Get a single empty leg flight by id
get_flightLook up one empty leg flight by its id and return the same fields search_empty_legs returns: route, departure time, all-in price, aircraft type, available seats, amenities and a booking link. Use this to re-check a specific flight you found earlier. Returns a not-available message if the flight is no longer published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flightId | Yes | The flight id returned in the `flightId` field of a search_empty_legs result |