duffel_get_offer
Retrieve current flight pricing and detailed offer information including schedules, baggage allowances, and booking requirements before confirming travel arrangements.
Instructions
Retrieve detailed information and current pricing for a specific flight offer.
This tool fetches the latest version of an offer, including:
- Up-to-date pricing and availability
- Complete flight schedule and routing
- Passenger requirements and restrictions
- Baggage allowance and cabin details
- Cancellation and change policies
Use this when:
- User selects a flight from search results
- Before booking to confirm current price
- To check if an offer is still available
- To get passenger IDs needed for booking
Important: Always retrieve the offer immediately before booking to ensure pricing
is current, as offers expire after 15-30 minutes.
Returns offer details in specified format (JSON or Markdown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"$ref": "#/$defs/GetOfferInput"
}
},
"required": [
"params"
],
"type": "object"
}