fa_get_flight_history
Retrieve historical flight data for a specific flight ident beyond the standard recent window, enabling analysis of past flights in a given time range.
Instructions
Get historical flights for an ident (designator, registration, or fa_flight_id) beyond the recent window covered by fa_get_flights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ident | Yes | Flight designator, registration, or fa_flight_id | |
| ident_type | No | Disambiguate how `ident` is interpreted | |
| start | No | ISO-8601 start of the time window | |
| end | No | ISO-8601 end of the time window | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |