---
title: "Retrieves a unique flight by search criteria."
method: GET
path: "/schedule/flights"
tags: ["flights"]
---

# Retrieves a unique flight by search criteria.

`GET /schedule/flights`

## Query parameters

- `carrierCode` string, required
- `flightNumber` string, required
- `scheduledDepartureDate` string, date, required
- `operationalSuffix` string

## Response `200`

A list of dated flights

## Other responses

- `400` — code | title ------- | ------------------------------------- 477 | INVALID FORMAT 572 | INVALID OPTION 2781 | INVALID LENGTH 4926 | INVALID DATA RECEIVED 32171 | MANDATORY DATA MISSING
- `401` — Unauthorized
- `default` — Unexpected Error

---

[API](https://skmtc.dev/amadeus4dev/apis/on-demand-flight-status.md) · [All operations](https://skmtc.dev/amadeus4dev/apis/on-demand-flight-status/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amadeus4dev/on-demand-flight-status/revisions/74cf1285db6c/schema)
