Airline Lookup (Sabre)
sabre.reference.airlineLook up airline details using a 2-character IATA or 3-character ICAO code to retrieve airline information.
Instructions
Look up airline details by IATA or ICAO code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airline_code | Yes | Airline IATA (2-char) or ICAO (3-char) code |
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. |