Get Flight Status
amadeus.flights.statusRetrieve real-time flight status updates—delays, cancellations, gate changes—for any flight using airline code, flight number, and date.
Instructions
Get real-time status of a specific flight — delays, cancellations, gate info (Amadeus)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| carrier_code | Yes | Airline IATA or ICAO code (e.g. AA, UAL) | |
| flight_number | Yes | Flight number (e.g. 100, 1234) | |
| date | Yes | Flight date in YYYY-MM-DD format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |