On-Demand Flight Status
OF
On-Demand Flight Status
/schedule/flights

Retrieves a unique flight by search criteria.

Retrieves a unique flight by search criteria.

liveunknown~3s typical
flightson-demand
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-on-demand-flight-status /schedule/flights for me.

Input

FieldTypeDescription
carrierCode*string2 to 3-character IATA carrier code ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)). default null
flightNumber*string1 to 4-digit number of the flight. e.g. 4537 default null
scheduledDepartureDate*stringscheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD. default null
operationalSuffixstring1-letter operational suffix assigned by the carrier to differentiate flight in case of delay changing the departure date e.g. A default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-amadeus-com-amadeus-on-demand-flight-status","endpoint":"/schedule/flights","input":{"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-on-demand-flight-status -e /schedule/flights -i '{"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-on-demand-flight-status", endpoint: "/schedule/flights", input: {"carrierCode":"...","flightNumber":"...","scheduledDepartureDate":"...","operationalSuffix":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.