# Flights Access comprehensive flight information and data. These endpoints enable partners to retrieve flight details with advanced filtering and pagination capabilities. **Business Value** - Retrieve flight data with flexible filtering by date ranges. - Support high-performance applications with optimized data retrieval and pagination. - Access essential flight information including schedules, aircraft assignments, and passenger counts.
**Use Cases** - Retrieve flights within a specific date range for operational planning. - Integrate flight data into external systems for scheduling and logistics. - Monitor flight schedules and aircraft assignments in real-time. - Build flight tracking and reporting dashboards with paginated results. ## Get flights - [GET /api/v2/flights](https://developer.fl3xx.com/reference/v2/flights/getflights.md): Retrieve flights with pagination and filtering capabilities. This endpoint provides access to simplified flight information including schedules, aircraft assignments, airports, and passenger counts. Features: - Filter by estimated blocks-off date and time range (required) using the BTW (between) operator - Paginated results with configurable limit (10-50) and offset - Default sorting by estimated blocks-off date and time (descending) - Returns flight data including arrival and departure airport details, quote information, and workflow type Response Data: - Flight identification (ID, flight number, tail number) - Quote information (quote ID, external reference, identifier) - Time estimates (blocks-off and blocks-on estimated times) - Airport details (arrival and departure airports with ICAO, IATA, FAA codes) - Passenger and trip information - Customer and account identifiers - Workflow type and custom workflow name Example Use Case: An operations manager needs to retrieve all flights scheduled between two dates to plan crew assignments and resource allocation. The endpoint returns paginated results with complete airport information for both departure and arrival locations.