fa_get_flight_history
Retrieve historical flight data for a specific aircraft or flight ID beyond the recent window. Requires a Standard or Premium AeroAPI subscription.
Instructions
Get historical flights for an ident (designator, registration, or fa_flight_id) beyond the recent window covered by fa_get_flights. NOTE: historical data requires a Standard or Premium AeroAPI tier — the free Personal tier returns 401.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO-8601 end of the time window | |
| ident | Yes | Flight designator, registration, or fa_flight_id | |
| start | No | ISO-8601 start of the time window | |
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| ident_type | No | Disambiguate how `ident` is interpreted |