duffel_get_order
Retrieve complete flight booking details including order status, itinerary, passenger information, payment details, and available change options for existing travel orders.
Instructions
Retrieve complete details for an existing flight order.
This tool fetches:
- Order status and booking reference
- Flight itinerary and schedule
- Passenger information
- Payment and pricing details
- Documents and tickets
- Change and cancellation options
Use this when:
- User needs to review their booking
- Checking order status
- Before making changes or cancellations
- Retrieving booking reference for airline website
Returns order details in specified format (JSON or Markdown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"$ref": "#/$defs/GetOrderInput"
}
},
"required": [
"params"
],
"type": "object"
}